1
zrg
2024-11-21 9dc7ad658e7629397a90d002c0ee65a3d67f8acf
WebAPI/Models/HSouceOrderList.cs
@@ -30,6 +30,7 @@
        public string HBatchNo{get;set;} // "批号";
        public int HGiveAwayFlag{get;set;} // "是否赠品";
        public string HQty{get;set;} // "数量";
        public string HinitQty { get;set;} // "数量";
        public string HMinQty{get;set;} // "最小包装数";
        public string HPackQty{get;set;} // "外箱数";
        public string HBQty{get;set;} // "箱数";
@@ -69,5 +70,14 @@
        public string HFactory { get; set; } //"厂商";
        public DateTime HProduceDate { get; set; } //"生产日期";
        public DateTime HExpiryDate { get; set; } //"保质期至";
        public Int64 HGroupID { get; set; } //"班组";
        public string HGroupNumber { get; set; } //"班组";
        public string HGroupName { get; set; } //"班组";
        public Int64 HEmpID { get; set; } //"操作员";
        public string HEmpNumber { get; set; } //"操作员";
        public string HEmpName { get; set; } //"操作员";
        public string HCusModel { get; set; } //"客户物料规格";
        public string HCusMaterName { get; set; } //"客户物料名称";
        public string HCheckEmpName { get; set; } //"检验员名称";
    }
}