|
@@ -50,7 +50,7 @@ public class UpdateMenuDto implements Serializable {
|
|
|
private String iconUrl;
|
|
private String iconUrl;
|
|
|
|
|
|
|
|
@NotNull(message = "菜单地址不能为空!")
|
|
@NotNull(message = "菜单地址不能为空!")
|
|
|
- @Length(max = 100,message = "菜单地址不能大于100个字符!")
|
|
|
|
|
|
|
+ @Length(max = 500,message = "菜单地址不能大于500个字符!")
|
|
|
@ApiModelProperty("地址")
|
|
@ApiModelProperty("地址")
|
|
|
private String path;
|
|
private String path;
|
|
|
|
|
|