|
@@ -30,6 +30,9 @@ public class AppBanner implements Serializable {
|
|
@TableId(type = IdType.ASSIGN_ID)
|
|
@TableId(type = IdType.ASSIGN_ID)
|
|
@Schema(description = "主键id")
|
|
@Schema(description = "主键id")
|
|
private String id;
|
|
private String id;
|
|
|
|
+ @Excel(name = "标题", width = 15)
|
|
|
|
+ @Schema(description = "标题")
|
|
|
|
+ private String title;
|
|
/**事件类型(0: 网页链接, 1: 内部页面跳转)*/
|
|
/**事件类型(0: 网页链接, 1: 内部页面跳转)*/
|
|
@Excel(name = "事件类型(0: 网页链接, 1: 内部页面跳转)", width = 15, dicCode = "event_type")
|
|
@Excel(name = "事件类型(0: 网页链接, 1: 内部页面跳转)", width = 15, dicCode = "event_type")
|
|
@Dict(dicCode = "event_type")
|
|
@Dict(dicCode = "event_type")
|