This commit is contained in:
那些花儿
2025-09-25 13:42:37 +08:00
parent 37e23100e1
commit 271b5837c8
78 changed files with 2197 additions and 1164 deletions
@@ -114,6 +114,11 @@ public interface SysRoleService extends BaseService<Sys_role> {
*/
Sys_role getByCode(String code);
/**
* 通过枚举获取角色
* @param roleConstant
* @return
*/
Sys_role getByCode(RoleConstant roleConstant);
/**