VueWebApi/DLL/BLL/BasicSettingBLL.cs
@@ -120,6 +120,13 @@ } #endregion #region[角色清单查询1] public static ToMessage RoleAssociationUserTwo(string rolecode) { return BasicSettingDAL.RoleAssociationUserTwo(rolecode); } #endregion #region[角色清单新增编辑] public static ToMessage AddUpdateRole(string RoleId, string RoleCode, string RoleName,string RoleTypeCode, string description, string Usercode, string OperType) {