Compare commits

...

2 Commits

Author SHA1 Message Date
liang.chao 5c1b334028 Merge remote-tracking branch 'origin/master' 2025-09-29 14:13:36 +08:00
liang.chao a362704abb 代码提交 2025-09-29 14:13:23 +08:00
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;
/**
* 层级