快乐的昕的电脑
7 天以前 8684d3db5566311dcf7631b5da52ca3bc2228423
MES.Service/Dto/webApi/ErpCAA.cs
@@ -2,11 +2,11 @@
public class ErpCAA
{
    public string Id { get; set; }
    public string? Id { get; set; }
    public string? Type { get; set; }
    public string? FBILLTYPE { get; set; }
    public string? FBillNo { get; set; }
    public string FBillNo { get; set; }//工单单号
    public string? FWorkShopID { get; set; }
    public string? FRoutingId { get; set; }
    public string? FREMWorkShopId { get; set; }
@@ -29,7 +29,7 @@
    public string? FLot { get; set; }
    public string? FBomId { get; set; }
    public string? FCreateType { get; set; }
    public string? FSrcBillType { get; set; }
    public string FSrcBillType { get; set; }//工单单别
    public string? FSrcBillNo { get; set; }
    public string? FSrcBillEntrySeq { get; set; }
    public string? FSaleOrderNo { get; set; }
@@ -37,7 +37,7 @@
    public string? FForceCloserId { get; set; }
    public string? FCloseType { get; set; }
    public string? FSrcSplitBillNo { get; set; }
    public string? FDESCRIPTION { get; set; }
    public string? FMemoItem { get; set; }//备注
    public string? PLAN_ID { get; set; }
    public string? PLAN_SEQ { get; set; }
    public string? PLAN_NUM { get; set; }
@@ -48,4 +48,17 @@
    public string? TypeA { get; set; }
    public string? FDocumentStatus { get; set; }
    public string? FWorkShopID0 { get; set; }//工作中心
    public string? F_UNW_Text_xsddh { get; set; }//订单单号
    public string? xsddh_type { get; set; }//订单单别
    //表里没有
    public string? FCustno { get; set; }//客户单号--订单单头表
    public string? FCustitemno { get; set; }//客户品号--订单单身表
    public string? DemandDate { get; set; }//需求日期
    public string? CustNumber { get; set; }//客户编号
    public string? ModelType { get; set; }//机型
    public string? FSuppno { get; set; }//委外供应商
}