权限模板 开关

This commit is contained in:
2025-12-12 10:51:49 +08:00
parent be70f11f45
commit e4d61b7b5f
3 changed files with 8 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ public interface SysRoleTemplateService extends IService<SysRoleTemplate> {
Boolean saveInfo(RoleTemplateDTO dto);
List<SysRoleTemplate> listInfo(Long pid);
List<SysRoleTemplate> listInfo(Long pid, Integer isEnable);
Boolean editInfo(RoleTemplateDTO dto);
}