hao
2025-04-11 cd51e7e8180e1d4ebbaf9700ed78a27cd4b99891
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
namespace MES.Service.Dto.webApi;
 
public class ErpCAA
{
    public string? Id { get; set; }
    public string? Type { get; set; }
    public string? FBillNo { get; set; }
    public string? FWorkShopID { 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? FXSHTH { get; set; }
    public string? FCreateType { get; set; }
    public string? PLAN_ID { get; set; }
    public string? PLAN_SEQ { get; set; }
    public string? PLAN_NUM { 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? erP_SCZZ { get; set; }
    //public string? erP_WTZZ { get; set; }
    //public string? F_ZJXF_YHRQ { get; set; }
    //public string? F_ZSXG_KH { get; set; }
    public string? FDescription { get; set; }
 
    public string? BTBZ { get; set; }
 
    //public string? fsubentryid { get; set; }
    //public string? FPurOrderNo { get; set; }
    //public string? FPurOrderEntrySeq { get; set; }
    //public string? Caa024 { get; set; }
    //public string? Caa025 { get; set; }
    //public string? ErpRkhz { get; set; }
    //public string? ErpRkzz { get; set; }
    public string? FPrdOrgId { get; set; }
    public string? FEnTrustOrgId { get; set; }
    public string? TypeA { get; set; }
 
    ////委外字段
    //public string? F_ZJXF_DATETIME_YHRQ { get; set; }
    //public string? F_ZJXF_BASE_KH { get; set; }
 
    //新增ppbom投料单号字段
    public string? ppbombillno { get; set; }
 
 
    //沃尔新增 生产通知单 、 型号
    public string? F_SCDD_SCTZD { get; set; }
    // public string? F_SCDD_XH { get; set; }
}