From f5bdc8c326c245cbf105460b86bc9a43c9830875 Mon Sep 17 00:00:00 2001 From: caihaohan Date: Mon, 24 Jun 2024 14:18:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8F=8B=E6=83=85=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/jero/modules/sys/entity/LawsFriendlyLinks.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/laws-modules/src/main/java/com/jero/modules/sys/entity/LawsFriendlyLinks.java b/laws-modules/src/main/java/com/jero/modules/sys/entity/LawsFriendlyLinks.java index 82a880de..cf45c03e 100644 --- a/laws-modules/src/main/java/com/jero/modules/sys/entity/LawsFriendlyLinks.java +++ b/laws-modules/src/main/java/com/jero/modules/sys/entity/LawsFriendlyLinks.java @@ -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")