1
zrg
2024-06-24 5848dca9f42da3cfa0051d945fbe08b364659f6f
WebAPI/Models/HBarCodeList.cs
@@ -71,5 +71,7 @@
        public DateTime HProduceDate { get; set; } //"生产日期";
        public DateTime HExpiryDate { get; set; } //"保质期至";
        public Int64 HGroupID2 { get; set; } //"班组";
        public Int64 HEmpID2 { get; set; } //"操作员";
    }
}