22
schangxiang@126.com
2024-12-23 283a985dede9fd09cb820a79bb603d7ea34050fc
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; }
    }
}