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