1
wangbin
2024-07-08 4548e24916ac5f63eef736cabdcd634864f8de16
WebAPI/Models/HSouceOrderList.cs
@@ -70,5 +70,13 @@
        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; } //"客户物料名称";
    }
}