fix(entity): 修正CmsNavigation中banner字段的注解描述

- 将banner字段的描述由“banner”修改为“栏目背景图/banner”
- 移除banner字段上的@TableField(exist = false)注解
This commit is contained in:
2026-08-08 12:12:29 +08:00
parent 4ee36d49b9
commit 6226012120

View File

@@ -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")