fix(entity): 修正CmsNavigation中banner字段的注解描述
- 将banner字段的描述由“banner”修改为“栏目背景图/banner” - 移除banner字段上的@TableField(exist = false)注解
This commit is contained in:
@@ -69,8 +69,7 @@ public class CmsNavigation implements Serializable {
|
|||||||
@Schema(description = "菜单图标")
|
@Schema(description = "菜单图标")
|
||||||
private String icon;
|
private String icon;
|
||||||
|
|
||||||
@Schema(description = "banner")
|
@Schema(description = "栏目背景图/banner")
|
||||||
@TableField(exist = false)
|
|
||||||
private String banner;
|
private String banner;
|
||||||
|
|
||||||
@Schema(description = "移动端banner")
|
@Schema(description = "移动端banner")
|
||||||
|
|||||||
Reference in New Issue
Block a user