From c9e3a7f0c154892f2327e300e28af53f81e40ad0 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周四, 20 2月 2025 11:03:24 +0800
Subject: [PATCH] 软件加密+ 修复 不断给plc报警的问题

---
 CC/iWareSql/WmsDBModel/mes_package_unline_record.cs |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/CC/iWareSql/WmsDBModel/mes_package_unline_record.cs b/CC/iWareSql/WmsDBModel/mes_package_unline_record.cs
index 3c256f1..835f5bf 100644
--- a/CC/iWareSql/WmsDBModel/mes_package_unline_record.cs
+++ b/CC/iWareSql/WmsDBModel/mes_package_unline_record.cs
@@ -15,6 +15,15 @@
         [StringLength(50)]
         public string PackageCode { get; set; }
 
+        public int? UpiFlag { get; set; }
+
+        [StringLength(50)]
+        public string Location { get; set; }
+
+        public int AllPackageNum { get; set; }
+
+        public int CurUnlineIndexPackageNum { get; set; }
+
         [StringLength(60)]
         public string Info5 { get; set; }
 
@@ -74,8 +83,5 @@
         public string UpdateUserName { get; set; }
 
         public bool IsDelete { get; set; }
-
-        [StringLength(60)]
-        public string Info9 { get; set; }
     }
 }

--
Gitblit v1.9.3