wtt
2024-07-11 af4f1ce99c0ac796f9f822f7c72f8f5ec13a042d
WebAPI/Models/HBarCodeList.cs
@@ -71,5 +71,10 @@
        public DateTime HProduceDate { get; set; } //"生产日期";
        public DateTime HExpiryDate { get; set; } //"保质期至";
        public Int64 HGroupID2 { get; set; } //"班组";
        public Int64 HEmpID2 { get; set; } //"操作员";
        public string HCusModel2 { get; set; } //"客户物料规格";
        public string HCusMaterName2 { get; set; } //"客户物料名称";
    }
}