feat(项目管理产品需求重构): 完善产品中的需求规格功能开发
需规和用户需求标题长度最大调整为200 Signed-off-by: OTTO <731554297@qq.com>
This commit is contained in:
parent
f93f802671
commit
e2a592a799
|
|
@ -26,7 +26,7 @@ public class ProductReqSpecsChangeVo {
|
|||
private Long id;
|
||||
|
||||
@ApiModelProperty(value = "标题")
|
||||
@Size(max = 50, message = "长度需要小于50")
|
||||
@Size(max = 200, message = "长度需要小于200")
|
||||
private String title;
|
||||
|
||||
@ApiModelProperty(value = "正文")
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ public class ProductUserReqUpdateVo {
|
|||
* 标题
|
||||
*/
|
||||
@ApiModelProperty(value = "标题")
|
||||
@Size(max = 50, message = "长度需要小于50")
|
||||
@Size(max = 200, message = "长度需要小于200")
|
||||
private String title;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue