快乐的昕的电脑
2 天以前 8e6bec9d0a8ae0eea1be319ad3ee972a0ba97c58
MES.Service/Dto/webApi/ErpCAB.cs
@@ -2,8 +2,8 @@
public class ErpCAB
{
    public string? FBillNo { get; set; }
    public string? FMaterialID { get; set; }
    public string  FBillNo { get; set; }//工单单号
    public string  FMaterialID2 { get; set; }//材料品号
    public string? FNeedQty { get; set; }
    public string? FPickedQty { get; set; }
    public string? FPositionNO { get; set; }
@@ -22,7 +22,7 @@
    public string? FDenominator { get; set; }
    public string? PID { get; set; }
    public string Id { get; set; }
    public string? Id { get; set; }
    public string? FSeq { get; set; }
@@ -38,4 +38,7 @@
    public string? TypeB { get; set; }
    public string? F_UNW_QTY_YFSL { get; set; }
    public string? F_UNW_Text_tpgy { get; set; }//工艺
    public string  FBillNoType { get; set; }//单别
}