From 92bfb45b39f587e8f34f2efc4e63af7cb1050b9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=AE=B6=E4=B8=9C?= <1654135867@qq.com> Date: Thu, 31 Oct 2024 15:12:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sysconfiguration/entity/SysConfiguration.java | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/jeecg-boot-master/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sysconfiguration/entity/SysConfiguration.java b/jeecg-boot-master/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sysconfiguration/entity/SysConfiguration.java index 8e3aacfc..56689b8e 100644 --- a/jeecg-boot-master/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sysconfiguration/entity/SysConfiguration.java +++ b/jeecg-boot-master/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sysconfiguration/entity/SysConfiguration.java @@ -63,6 +63,12 @@ public class SysConfiguration implements Serializable { @Excel(name = "logo", width = 15) @ApiModelProperty(value = "logo") private java.lang.String logo; + + /**logo*/ + @Excel(name = "logo", width = 15) + @ApiModelProperty(value = "banner") + private java.lang.String banner; + /**新闻首页*/ @Excel(name = "新闻首页", width = 15) @ApiModelProperty(value = "新闻首页") @@ -83,4 +89,7 @@ public class SysConfiguration implements Serializable { @Excel(name = "作品上传路径", width = 15) @ApiModelProperty(value = "作品上传路径") private java.lang.String composition; + + + }