【更新】轮播图、通知公告实体更新

pull/227/head
俞宝山 2024-07-19 02:08:32 +08:00
parent 1425fd5e40
commit 94eeb52cd3
2 changed files with 2 additions and 10 deletions

View File

@ -26,7 +26,7 @@ import vip.xiaonuo.common.pojo.CommonEntity;
**/ **/
@Getter @Getter
@Setter @Setter
@TableName("biz_notice") @TableName("BIZ_NOTICE")
public class BizNotice extends CommonEntity { public class BizNotice extends CommonEntity {
/** 主键 */ /** 主键 */
@ -34,10 +34,6 @@ public class BizNotice extends CommonEntity {
@Schema(description = "主键") @Schema(description = "主键")
private String id; private String id;
/** 租户id */
@Schema(description = "租户id")
private String tenantId;
/** 标题 */ /** 标题 */
@Schema(description = "标题") @Schema(description = "标题")
private String title; private String title;

View File

@ -26,7 +26,7 @@ import vip.xiaonuo.common.pojo.CommonEntity;
**/ **/
@Getter @Getter
@Setter @Setter
@TableName("dev_slideshow") @TableName("DEV_SLIDESHOW")
public class DevSlideshow extends CommonEntity { public class DevSlideshow extends CommonEntity {
/** 主键 */ /** 主键 */
@ -34,10 +34,6 @@ public class DevSlideshow extends CommonEntity {
@Schema(description = "主键") @Schema(description = "主键")
private String id; private String id;
/** 租户id */
@Schema(description = "租户id")
private String tenantId;
/** 标题 */ /** 标题 */
@Schema(description = "标题") @Schema(description = "标题")
private String title; private String title;