From 552fda4967d0f762fae21fae54c5f8b57b8eb3ea Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期一, 30 三月 2026 13:28:45 +0800
Subject: [PATCH] 凯贝立讯客户标签内箱码生成时流水号回填修正,金蝶云生成委外工序发出单调用方法修正

---
 WebAPI/Models/ClsGy_PNLInfo.cs |   42 +++++++++++++++++++++++++++++++++---------
 1 files changed, 33 insertions(+), 9 deletions(-)

diff --git a/WebAPI/Models/ClsGy_PNLInfo.cs b/WebAPI/Models/ClsGy_PNLInfo.cs
index 716d2df..f71bac4 100644
--- a/WebAPI/Models/ClsGy_PNLInfo.cs
+++ b/WebAPI/Models/ClsGy_PNLInfo.cs
@@ -7,15 +7,39 @@
 {
     public class ClsGy_PNLInfo
     {
-        public int HInterID { get; set; }  // 鏍囪瘑ID
-        public string HLayOutName  { get; set; } // PNL甯冨眬鍚嶇О
-        public string HIcon { get; set; } // PCS鍥炬爣
-        public int HRowCount { get; set; } // 琛屾暟
-        public int HColCount { get; set; } // 鍒楁暟
-        public string HMaker { get; set; } // 鍒涘缓浜�
-        public DateTime HMakeDate { get; set; } // 鍒涘缓鏃堕棿
-        public string HPNLPosition_x { get; set; } 
-        public string HPNLPosition_y { get; set; } 
+        public int HInterID { get; set; }
+
+        public string HLayOutName { get; set; }
+
+        public string HIcon { get; set; }
+        public string HMirrorType { get; set; }
+
+        public int HRowCount { get; set; }
+
+        public int HColCount { get; set; }
+
+        public string HMaker { get; set; }
+
+        public DateTime HMakeDate { get; set; }
+
+        public decimal HPNLPositionX { get; set; }
+
+        public decimal HPNLPositionY { get; set; }
+
+        public string HModifyMan { get; set; }
+
+        public DateTime? HModifyDate { get; set; }
+
+        public string HStopMan { get; set; }
+
+        public DateTime? HStopDate { get; set; }
+
+        public string HCheckMan { get; set; }
+
+        public DateTime? HCkeckDate { get; set; }
+
+        public decimal HPNLPosition_x { get; set; }
+        public decimal HPNLPosition_y { get; set; }
 
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1