schangxiang@126.com
2025-08-13 a97a624c1fb269a059f97629076433c46b4e8b4c
CC/iWareSql/WmsDBModel/mes_package_unline_record.cs
@@ -13,18 +13,27 @@
        [Required]
        [StringLength(50)]
        public string PlanNo { get; set; }
        public string PackageCode { get; set; }
        [Required]
        public int? UpiFlag { get; set; }
        [StringLength(50)]
        public string OrderId { get; set; }
        public string Location { get; set; }
        public int AllPackageNum { get; set; }
        public int CurUnlineIndexPackageNum { get; set; }
        [StringLength(60)]
        public string Info5 { get; set; }
        [Required]
        [StringLength(50)]
        public string PackageCode { get; set; }
        public string PlanNo { get; set; }
        [Required]
        [StringLength(50)]
        public string OrderId { get; set; }
        public double? Info1 { get; set; }
@@ -46,9 +55,6 @@
        [StringLength(60)]
        public string Info10 { get; set; }
        [StringLength(60)]
        public string Info9 { get; set; }
        [StringLength(60)]
        public string Info11 { get; set; }