角色模板返回树形

This commit is contained in:
张松
2025-12-09 15:51:04 +08:00
parent 95f9caac3e
commit d3b7306885
2 changed files with 2 additions and 2 deletions

View File

@@ -9,6 +9,6 @@ import java.util.List;
@Data
public class RoleSaveTemplateDTO
{
private List<Integer> roleTemplateIdList;
private Integer id;
}