Merge pull request '知识库名称长度修改' (#957) from wanjia9506/microservices:dev_weeklyReport_refact into master

This commit is contained in:
wanjia9506 2025-07-25 10:44:45 +08:00
commit 7bf6b6bde0
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ public class PmsDocumentUpdateVo
/** 文档名称 */
@ApiModelProperty(value = "文档名称")
@Size(min = 1, max = 50)
@Size(min = 1, max = 101)
private String name;
/** 文档内容 */