| | |
| | | } |
| | | #endregion |
| | | |
| | | #region[用户清单导入] |
| | | public static ToMessage ImportUserExcel(string username, string filesName) |
| | | { |
| | | return BasicSettingDAL.ImportUserExcel(username, filesName); |
| | | } |
| | | #endregion |
| | | |
| | | |
| | | |
| | | #region[角色类型查询] |
| | |
| | | return BasicSettingDAL.SaveRoleAssociationUser(rolecode, json); |
| | | } |
| | | #endregion |
| | | |
| | | #region[角色清单关联功能查询] |
| | | public static ToMessage RoleAssociationRight(string rolecode,string type) |
| | | { |
| | | return BasicSettingDAL.RoleAssociationRight(rolecode, type); |
| | | } |
| | | #endregion |
| | | |
| | | #region [角色清单关联功能保存] |
| | | public static ToMessage SaveUserAssoctRight(string rolecode,string usercode, List<TreeDM> json) |
| | | { |
| | | return BasicSettingDAL.SaveUserAssoctRight(rolecode, usercode, json); |
| | | } |
| | | #endregion |
| | | } |
| | | } |