zyf
2024-09-07 bf69443cdb25a4e38bb3aee7c46f75a410cd0694
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
namespace MES.Service.Dto.webApi;
 
public class ErpCAA
{
    public string Id { get; set; }
    public string? Type { get; set; }
 
    public string? FBILLTYPE { get; set; }
    public string? FBillNo { get; set; }
    public string? FWorkShopID0 { get; set; }
    public string? FRoutingId { get; set; }
    public string? FREMWorkShopId { get; set; }
    public string? FStockId { get; set; }
    public string? FDate { get; set; }
    public string? FBillType { get; set; }
    public string? FStatus { get; set; }
    public string? FMaterialId { get; set; }
    public string? FUnitId { get; set; }
    public string? FQty { get; set; }
    public string? FWorkGroupId { get; set; }
    public string? FPlannerID { get; set; }
    public string? FPlanStartDate { get; set; }
    public string? FPlanFinishDate { get; set; }
    public string? FConveyDate { get; set; }
    public string? FStockInLimitH { get; set; }
    public string? FStockInLimitL { get; set; }
    public string? FMTONO { get; set; }
    public string? FLot { get; set; }
    public string? FBomId { get; set; }
    public string? F_UNW_Text_xsddh { get; set; }
    public string? FCreateType { get; set; }
    public string? FSrcBillType { get; set; }
    public string? FSrcBillNo { get; set; }
    public string? FSrcBillEntrySeq { get; set; }
    public string? FSaleOrderNo { get; set; }
    public string? FSaleOrderEntrySeq { get; set; }
    public string? FForceCloserId { get; set; }
    public string? FCloseType { get; set; }
    public string? FSrcSplitBillNo { get; set; }
    public string? FMemoItem { get; set; }
 
    public string? planId { get; set; }
    public string? planSeq { get; set; }
    public string? planNum { get; set; }
 
    public string? FMOENTRYID { get; set; }
}