From 73a6057fdbbd5f632e84ef85c799579ecacc0119 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期六, 18 六月 2022 23:08:19 +0800
Subject: [PATCH] 设备清单控制器接口定义
---
VueWebApi/DLL/BLL/BasicSettingBLL.cs | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/VueWebApi/DLL/BLL/BasicSettingBLL.cs b/VueWebApi/DLL/BLL/BasicSettingBLL.cs
index 229f66a..f38d30e 100644
--- a/VueWebApi/DLL/BLL/BasicSettingBLL.cs
+++ b/VueWebApi/DLL/BLL/BasicSettingBLL.cs
@@ -142,9 +142,9 @@
#endregion
#region[瑙掕壊娓呭崟鍏宠仈鐢ㄦ埛淇濆瓨]
- public static ToMessage SaveRoleAssociationUser(string rolecode, List<ObjectData> json)
+ public static ToMessage SaveRoleAssoctUser(string rolecode, List<ObjectData> json)
{
- return BasicSettingDAL.SaveRoleAssociationUser(rolecode, json);
+ return BasicSettingDAL.SaveRoleAssoctUser(rolecode, json);
}
#endregion
@@ -177,5 +177,12 @@
return BasicSettingDAL.AddUpdateCurrentUnit(unitid, unitcode, unitname, unitattr, person, contact, description, usercode, OperType);
}
#endregion
+
+ #region[寰�鏉ュ崟浣嶅垹闄
+ public static ToMessage DeleteCurrentUnit(string unitid)
+ {
+ return BasicSettingDAL.DeleteCurrentUnit(unitid);
+ }
+ #endregion
}
}
\ No newline at end of file
--
Gitblit v1.9.3