fix: 友情链接管理报错

This commit is contained in:
2024-06-24 14:18:22 +08:00
parent 26df7092ac
commit f5bdc8c326
@@ -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")