From 143e997310674efeaa967c61128e67e56357c215 Mon Sep 17 00:00:00 2001 From: tdx Date: Thu, 5 Feb 2026 03:19:14 +0000 Subject: [PATCH] SVN r1115 SVN-Revision: r1115 --- 插件库/Lskj.Interface.Api/ActionType.cs | 47 +-------------------- 插件库/Lskj.Interface.Api/ModuleEventPms.cs | 20 ++------- 2 files changed, 5 insertions(+), 62 deletions(-) diff --git a/插件库/Lskj.Interface.Api/ActionType.cs b/插件库/Lskj.Interface.Api/ActionType.cs index ec19c5b..b8b1eea 100644 --- a/插件库/Lskj.Interface.Api/ActionType.cs +++ b/插件库/Lskj.Interface.Api/ActionType.cs @@ -32,49 +32,4 @@ namespace Lskj.Interface.Api Delete = 3, /// /// 作废 - /// - Obsolete = 4, - /// - /// 取消作废 - /// - EscObsolete = 5, - /// - /// 提交 - /// - Submit = 21, - /// - /// 取消提交 - /// - EscSubmit = 22, - - /// - /// 审核 - /// - Audit = 31, - /// - /// 反退 - /// - AuditBack = 32, - /// - /// 关闭审核 - /// - AuditClose = 33, - /// - /// 审核催办 - /// - AuditPress = 34, - /// - /// 审核暂停待办 - /// - AuditPause = 35, - /// - /// 审核转发 - /// - AuditForward = 36, - /// - /// 审核转交 - /// - AuditHand = 37 - - } -} + \ No newline at end of file diff --git a/插件库/Lskj.Interface.Api/ModuleEventPms.cs b/插件库/Lskj.Interface.Api/ModuleEventPms.cs index 10eeaf0..1b485d4 100644 --- a/插件库/Lskj.Interface.Api/ModuleEventPms.cs +++ b/插件库/Lskj.Interface.Api/ModuleEventPms.cs @@ -145,22 +145,10 @@ namespace Lskj.Interface.Api _identityId = value; } } - private Hashtable _masterData; - /// - /// 主表数据,包括基础档案,单据的主表 - /// - public Hashtable MasterData + + private string _loginid; + public string LoginId { get { - return _masterData; - } - set - { - _masterData = value; - } - } - - - } -} + return _logi \ No newline at end of file