mirror of https://gitee.com/xiaonuobase/snowy
【更新】轮播图、通知公告实体更新
parent
1425fd5e40
commit
94eeb52cd3
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue