From 04d10bce51a6272d02a4a0f1b05a4f64bf73f273 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周二, 05 8月 2025 16:48:03 +0800
Subject: [PATCH] 休眠10秒 ,2秒改为10秒 【Editby shaocx,2025-08-05】

---
 CC/iWareSql/WmsDBModel/mes_package_gather.cs |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/CC/iWareSql/WmsDBModel/mes_package_gather.cs b/CC/iWareSql/WmsDBModel/mes_package_gather.cs
index e032b15..080f3e2 100644
--- a/CC/iWareSql/WmsDBModel/mes_package_gather.cs
+++ b/CC/iWareSql/WmsDBModel/mes_package_gather.cs
@@ -13,22 +13,24 @@
 
         [Required]
         [StringLength(50)]
+        public string PackageCode { get; set; }
+
+        [StringLength(60)]
+        public string Info5 { get; set; }
+
+        [Required]
+        [StringLength(50)]
         public string PlanNo { get; set; }
 
         [Required]
         [StringLength(50)]
         public string OrderId { get; set; }
 
-        [StringLength(60)]
-        public string Info5 { get; set; }
-
         public int? AreaCode { get; set; }
 
         public int UpiStatus { get; set; }
 
-        [Required]
-        [StringLength(50)]
-        public string PackageCode { get; set; }
+        public bool? IsQiBao { get; set; }
 
         public double? Info1 { get; set; }
 
@@ -50,9 +52,6 @@
 
         [StringLength(60)]
         public string Info10 { get; set; }
-
-        [StringLength(60)]
-        public string Info9 { get; set; }
 
         [StringLength(60)]
         public string Info11 { get; set; }
@@ -78,5 +77,7 @@
         public string UpdateUserName { get; set; }
 
         public bool IsDelete { get; set; }
+
+        public int? UpiFlag { get; set; }
     }
 }

--
Gitblit v1.9.3