From f1c107b1ae5f48f2c18c23568bf902c410b564f5 Mon Sep 17 00:00:00 2001
From: zrg <z1873@LAPTOP-EAVL132E>
Date: 星期一, 01 十二月 2025 13:11:50 +0800
Subject: [PATCH] 优化凯贝桌面端批量下推有的字段没有存入值,优化app条码拆码,增加app条码拆码获取打印数据
---
WebAPI/Models/Gy_User.cs | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/WebAPI/Models/Gy_User.cs b/WebAPI/Models/Gy_User.cs
index ec260cb..057a92c 100644
--- a/WebAPI/Models/Gy_User.cs
+++ b/WebAPI/Models/Gy_User.cs
@@ -31,5 +31,15 @@
public string HSCWHName;
public int HSupID;
public string HSupName;
+ public int HProcID;
+ public int HGroupID;
+ public int HSourceID;
+ public int HCheckEmpID;
+ public int HWorkCenterID;
+
+ public string HICNumber;
+ public string HDingDingUserID;
+
+ public int HCusID;
}
}
\ No newline at end of file
--
Gitblit v1.9.1