yl
2022-06-21 f7fdf63c13241dfa7d66a3315fd54429670e24bf
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)
        {