mirror of
https://gitee.com/xiaonuobase/snowy
synced 2025-12-15 11:03:57 +08:00
【更新】轮播图、通知公告实体更新
This commit is contained in:
@@ -26,7 +26,7 @@ import vip.xiaonuo.common.pojo.CommonEntity;
|
||||
**/
|
||||
@Getter
|
||||
@Setter
|
||||
@TableName("biz_notice")
|
||||
@TableName("BIZ_NOTICE")
|
||||
public class BizNotice extends CommonEntity {
|
||||
|
||||
/** 主键 */
|
||||
@@ -34,10 +34,6 @@ public class BizNotice extends CommonEntity {
|
||||
@Schema(description = "主键")
|
||||
private String id;
|
||||
|
||||
/** 租户id */
|
||||
@Schema(description = "租户id")
|
||||
private String tenantId;
|
||||
|
||||
/** 标题 */
|
||||
@Schema(description = "标题")
|
||||
private String title;
|
||||
|
||||
@@ -26,7 +26,7 @@ import vip.xiaonuo.common.pojo.CommonEntity;
|
||||
**/
|
||||
@Getter
|
||||
@Setter
|
||||
@TableName("dev_slideshow")
|
||||
@TableName("DEV_SLIDESHOW")
|
||||
public class DevSlideshow extends CommonEntity {
|
||||
|
||||
/** 主键 */
|
||||
@@ -34,10 +34,6 @@ public class DevSlideshow extends CommonEntity {
|
||||
@Schema(description = "主键")
|
||||
private String id;
|
||||
|
||||
/** 租户id */
|
||||
@Schema(description = "租户id")
|
||||
private String tenantId;
|
||||
|
||||
/** 标题 */
|
||||
@Schema(description = "标题")
|
||||
private String title;
|
||||
|
||||
Reference in New Issue
Block a user