代码提交
This commit is contained in:
parent
81279a54d3
commit
a362704abb
|
|
@ -34,7 +34,7 @@ public class DaKyProFilesContentsDto {
|
|||
/**
|
||||
* 父节点id
|
||||
*/
|
||||
@NotNull(message = "上级节点不能为空")
|
||||
@NotBlank(message = "上级节点不能为空")
|
||||
private String parentId;
|
||||
|
||||
private String parentName;
|
||||
|
|
|
|||
|
|
@ -35,8 +35,8 @@ public class DaKyProFilesContentsVo {
|
|||
/**
|
||||
* 父节点id
|
||||
*/
|
||||
@NotNull(message = "上级节点不能为空")
|
||||
private Integer parentId;
|
||||
@NotBlank(message = "上级节点不能为空")
|
||||
private String parentId;
|
||||
|
||||
/**
|
||||
* 层级
|
||||
|
|
|
|||
Loading…
Reference in New Issue