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