From 6f7e999691fc768d427b7130c9fcc7f3017e1fbc Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期四, 16 五月 2024 17:07:29 +0800
Subject: [PATCH] 1.销售管理,仓库管理 所有的 新增 审核 反审核 删除 增加 进行 会计期间 结账 的判断和控制 2.岗位技能清单 和 员工技能清单 表头 增加 2个 字段; HMaterID int --产品编码(gy_Material) HProcID int --工序(gy_Process)

---
 WebAPI/Models/Gy_User.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/WebAPI/Models/Gy_User.cs b/WebAPI/Models/Gy_User.cs
index c674f59..a5289d4 100644
--- a/WebAPI/Models/Gy_User.cs
+++ b/WebAPI/Models/Gy_User.cs
@@ -36,5 +36,7 @@
         public int HSourceID;
         public int HCheckEmpID;
         public int HWorkCenterID;
+
+        public string HICNumber;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1