33
schangxiang@126.com
2024-12-08 7285fd041c9ed732ae2039c4cc54f3eb382d9112
CC/iWareSql/WmsDBModel/mes_package_unline_record.cs
@@ -15,6 +15,8 @@
        [StringLength(50)]
        public string PackageCode { get; set; }
        public int? UpiFlag { get; set; }
        [StringLength(60)]
        public string Info5 { get; set; }
@@ -74,8 +76,5 @@
        public string UpdateUserName { get; set; }
        public bool IsDelete { get; set; }
        [StringLength(60)]
        public string Info9 { get; set; }
    }
}