From 1c42f1a5c744a9bc88d1770fe84bc54880446910 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期四, 11 一月 2024 10:51:08 +0800
Subject: [PATCH] 工序流转卡保存方法,增加 调用 保存前控制 h_p_Sc_ProcessExchangeBill_BeforeSaveCtrl 和保存后控制 h_p_Sc_ProcessExchangeBill_AfterSaveCtrl的 存储过程。 工序返工申请单保存方法,增加 调用 保存前控制 h_p_Sc_ProcExchWorkBackBill_BeforeSaveCtrl 和保存后控制 h_p_Sc_ProcExchWorkBackBill_AfterSaveCtrl的 存储过程。 工序返工记录单保存方法,增加 调用 保存前控制 h_p_Sc_ProcExchRecordBackBill_BeforeSaveCtrl 和保存后控制 h_p_Sc_ProcExchRecordBackBill_AfterSaveCtrl的 存储过程。
---
WebAPI/Models/Gy_User.cs | 23 ++++++++++++++++++++++-
1 files changed, 22 insertions(+), 1 deletions(-)
diff --git a/WebAPI/Models/Gy_User.cs b/WebAPI/Models/Gy_User.cs
index 9b1d83d..aea038d 100644
--- a/WebAPI/Models/Gy_User.cs
+++ b/WebAPI/Models/Gy_User.cs
@@ -12,6 +12,27 @@
public string Czmm { get; set; }
public string Czyyz { get; set; }
public string Explain { get; set; }
- public string HEmpID { 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;
+ public int HProcID;
+ public int HGroupID;
+ public int HSourceID;
}
}
\ No newline at end of file
--
Gitblit v1.9.1