角色模板返回树形
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
package com.czg.account.dto.role;
|
||||
|
||||
import jakarta.validation.constraints.NotBlank;
|
||||
import jakarta.validation.constraints.NotEmpty;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public record RoleSaveTemplateDTO(
|
||||
/* 角色名称 */
|
||||
@NotBlank
|
||||
@NotEmpty
|
||||
List<Integer> roleTemplateIdList
|
||||
) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user