From 436768f043554c4acf846eb8b387d91860799580 Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期三, 27 七月 2022 14:01:36 +0800
Subject: [PATCH] 新增直接调拨单校验-多行相同物料自动拆分换行匹配、生产领料单校验-多行相同物料自动拆分换行匹配参数
---
WebAPI/Models/Gy_User.cs | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/WebAPI/Models/Gy_User.cs b/WebAPI/Models/Gy_User.cs
index 193ddff..ec260cb 100644
--- a/WebAPI/Models/Gy_User.cs
+++ b/WebAPI/Models/Gy_User.cs
@@ -12,5 +12,24 @@
public string Czmm { get; set; }
public string Czyyz { get; set; }
public string Explain { get; set; }
+ public int HEmpID { get; set; }
+ public string HCloudUserName { get; set; }
+ public string HCloudUserPsd { get; set; }
+ public int HOrgID;
+ public int HK3UserID;
+ public int HKeeperID;
+ public string HKeeper;
+ public int HSecManagerID;
+ public string HSecManager;
+ public int HSellManID;
+ public string HSellMan;
+ public int HDeptID;
+ public string HDept;
+ public int HWhID;
+ public string HWHName;
+ public int HSCWHID;
+ public string HSCWHName;
+ public int HSupID;
+ public string HSupName;
}
}
\ No newline at end of file
--
Gitblit v1.9.1