xwt
7 天以前 65438b8c1f9ec323c3c2ae265561dae4ff536379
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
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; }     //BOM版次
    public string? CAA015 { get; set; }    //销售订单号
    public string? CAA015_line { get; set; }      //销售订单行号
                                                                                                               //public string? FXSHTH { get; set; }
    public string? FCreateType { get; set; }        //生成方式
    public string? PLAN_ID { get; set; }            //ERP生产订单ID
    public string? PLAN_SEQ { get; set; }           //ERP生产订单序号
    public string? PLAN_NUM { get; set; }           //ERP生产订单单号
    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; }           //生产组织ID
    public string? FEnTrustOrgId { get; set; }       //委托组织ID
    public string? TypeA { get; set; }               //单据状态
    public string? RK_ORG { get; set; }               //入库组织
    public string? RCN { get; set; }               //日产能
    public string? CG_LINE_ID { get; set; }               //采购订单行id
 
  public string? KH { get; set; }  //客户
  public string? KH_JCZL { get; set; }  //客户基础资料
  public string? SC_PH { get; set; }  //生产批号
  public string? MOLd_no { get; set; }  //模具号
  public string? Old_mold_no { get; set; }  //旧模具号
  public string? JT { get; set; }  //机台号
  public string? XS_CN { get; set; }  //小时产能
  public string? SJ_xs { get; set; }  //实际穴数
    public string? NEXT_Gx { get; set; }  //下道工序
    public string? RKS { 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; }
}