单项工程

This commit is contained in:
cwchen 2024-04-23 18:00:14 +08:00
parent 1653c295fe
commit 724520a554
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ public class SignProVo {
private String lineLength;
@ApiModelProperty("可研变电容量")
@Length(max = 32, message = "建设规模-线路字符长度不能超过32", groups = {Query.class})
@Length(max = 32, message = "变电容量字符长度不能超过32", groups = {Query.class})
private String subsCap;
@ApiModelProperty("单项类型1变电2线路")