schangxiang@126.com
2025-08-05 04d10bce51a6272d02a4a0f1b05a4f64bf73f273
CC/iWareSql/WmsDBModel/mes_package_unline_record.cs
@@ -15,6 +15,15 @@
        [StringLength(50)]
        public string PackageCode { get; set; }
        public int? UpiFlag { get; set; }
        [StringLength(50)]
        public string Location { get; set; }
        public int AllPackageNum { get; set; }
        public int CurUnlineIndexPackageNum { get; set; }
        [StringLength(60)]
        public string Info5 { get; set; }
@@ -74,8 +83,5 @@
        public string UpdateUserName { get; set; }
        public bool IsDelete { get; set; }
        [StringLength(60)]
        public string Info9 { get; set; }
    }
}