代码提交

This commit is contained in:
liang.chao 2025-09-29 14:13:23 +08:00
parent 81279a54d3
commit a362704abb
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ public class DaKyProFilesContentsDto {
/**
* 父节点id
*/
@NotNull(message = "上级节点不能为空")
@NotBlank(message = "上级节点不能为空")
private String parentId;
private String parentName;

View File

@ -35,8 +35,8 @@ public class DaKyProFilesContentsVo {
/**
* 父节点id
*/
@NotNull(message = "上级节点不能为空")
private Integer parentId;
@NotBlank(message = "上级节点不能为空")
private String parentId;
/**
* 层级