快乐的昕的电脑
2025-12-01 8467a224aaac3dfe516fb72a2eaf7e443311a910
MES.Service/Dto/webApi/ErpRohinData.cs
@@ -13,9 +13,9 @@
    public string? FStockUnitID { get; set; }
    public string? FPriceUnitId { get; set; }
    public string? FPriceUnitQty { get; set; }
    public string? FDeliveryDate { get; set; }
    public string? FDeliveryEarlyDate { get; set; }
    public string? FDeliveryLastDate { get; set; }
    public string? FDeliveryDate { get; set; }//交货日期
    public string? FDeliveryEarlyDate { get; set; }//最早交货日期
    public string? FDeliveryLastDate { get; set; }//最晚交货日期
    public string? FRequireOrgId { get; set; }
    public string? FRequireDeptId { get; set; }
    public string? FReceiveOrgId { get; set; }
@@ -43,7 +43,7 @@
    public string? FStockInQty { get; set; } //累计入库数
    public string? FCHECKRETQTY { get; set; } //收料可退数
    public string? FSTOCKRETQTY { get; set; } //库存可退数
    public string? FSrcBillTypeId { get; set; }
    public string? FBillTypeID { get; set; }//采购单别
    public string? FSrcBillNo { get; set; }
    public string? FReqTraceNo { get; set; }
    public string? FMtoNo { get; set; }
@@ -51,5 +51,9 @@
    public string? FDEMANDTYPE { get; set; }
    public string? FDEMANDBILLENTRYSEQ { get; set; }
    public string? FDEMANDBILLENTRYSEQ { get; set; }// 采购订单行号
    public string? FUrgent_Material { get; set; }//急料
    public string? DELIVERY_DATE { get; set; }//交货日期
    public string? F_UNW_Text_xsddh { get; set; } // 销售订单号
}