schangxiang@126.com
2025-08-05 04d10bce51a6272d02a4a0f1b05a4f64bf73f273
CC/iWareSql/WmsDBModel/mes_order_gather.cs
@@ -22,9 +22,12 @@
        [StringLength(50)]
        public string OrderId { get; set; }
        public bool? IsKitting { get; set; }
        public bool? IsUnline { get; set; }
        public DateTime? UnlineTime { get; set; }
        [StringLength(50)]
        public string UnlinePerson { get; set; }
        public int PackageNum { get; set; }
@@ -32,6 +35,8 @@
        public int NoUnLinePackageNum { get; set; }
        public int? NgPackageNum { get; set; }
        public decimal AllPackageArea { get; set; }
        public decimal ScanPackageArea { get; set; }