From aa7072423bf4e89c581b68c9f14774fa2c1faaf7 Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期三, 22 五月 2024 16:35:55 +0800
Subject: [PATCH] 新增PDA模具采购入库单、模具改制出库单上传调用方法
---
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