fix: 友情链接管理报错
This commit is contained in:
@@ -45,10 +45,9 @@ public class LawsFriendlyLinks implements Serializable {
|
||||
@ApiModelProperty(value = "链接")
|
||||
private String link;
|
||||
|
||||
/**是否上架(0-是、1-否)*/
|
||||
@NotBlank(message = "grounding not null")
|
||||
@ApiModelProperty(value = "是否上架(0-是、1-否)")
|
||||
private String grounding;
|
||||
/**图片地址*/
|
||||
@ApiModelProperty(value = "图片地址")
|
||||
private String logoUrl;
|
||||
|
||||
/**排序*/
|
||||
@NotBlank(message = "sort not null")
|
||||
|
||||
Reference in New Issue
Block a user