schangxiang@126.com
2025-09-17 c0e20b1b0f1298cdc0af0037d60e74d51e364501
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; }