22
schangxiang@126.com
2024-12-25 30443483e37c7d323dca9c20d8407c3614acf542
CC/iWareSql/WmsDBModel/wms_record_upi_process.cs
@@ -19,8 +19,6 @@
        [StringLength(50)]
        public string PackageCode { get; set; }
        public int? Shelf { get; set; }
        [StringLength(60)]
        public string Info5 { get; set; }
@@ -55,5 +53,7 @@
        [StringLength(64)]
        public string CreateUserName { get; set; }
        public int? Shelf { get; set; }
    }
}