22
schangxiang@126.com
2024-12-15 c1c1b1f95b0880cd58afadb98d6933287fe6311c
CC/iWareSql/WmsDBModel/mes_package_unline_record.cs
@@ -13,18 +13,20 @@
        [Required]
        [StringLength(50)]
        public string PlanNo { get; set; }
        public string PackageCode { get; set; }
        [Required]
        [StringLength(50)]
        public string OrderId { get; set; }
        public int? UpiFlag { 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 +48,6 @@
        [StringLength(60)]
        public string Info10 { get; set; }
        [StringLength(60)]
        public string Info9 { get; set; }
        [StringLength(60)]
        public string Info11 { get; set; }