From 1346614a30d673edbfcefb28fec4c32b0ed2bf39 Mon Sep 17 00:00:00 2001 From: chc <1501738723@qq.com> Date: Thu, 22 Dec 2022 15:17:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=99=E7=82=B9=E5=9B=BE=E6=A0=87=E4=B8=8Elo?= =?UTF-8?q?go=E5=88=86=E5=BC=80=E6=B7=BB=E5=8A=A0=E4=B8=8E=E5=B1=95?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cn/lili/modules/system/entity/dto/BaseSetting.java | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/framework/src/main/java/cn/lili/modules/system/entity/dto/BaseSetting.java b/framework/src/main/java/cn/lili/modules/system/entity/dto/BaseSetting.java index 98b8cacca..3c257e247 100644 --- a/framework/src/main/java/cn/lili/modules/system/entity/dto/BaseSetting.java +++ b/framework/src/main/java/cn/lili/modules/system/entity/dto/BaseSetting.java @@ -25,12 +25,21 @@ public class BaseSetting implements Serializable { @ApiModelProperty(value = "后端logo") private String domainLogo; + @ApiModelProperty(value = "后端icon") + private String domainIcon; + @ApiModelProperty(value = "买家端logo") private String buyerSideLogo; + @ApiModelProperty(value = "买家端icon") + private String buyerSideIcon; + @ApiModelProperty(value = "商家端logo") private String storeSideLogo; + @ApiModelProperty(value = "商家端icon") + private String storeSideIcon; + @ApiModelProperty(value = "站点地址") private String staticPageAddress;