|
@@ -19,7 +19,7 @@ import java.util.List;
|
|
|
* @author Kaick
|
|
|
* @date 2023-05-31
|
|
|
*/
|
|
|
-@Accessors(chain = true )
|
|
|
+@Accessors(fluent = true )
|
|
|
@Data
|
|
|
@Alias("CmBrandLanding")
|
|
|
public class CmBrandLanding
|
|
@@ -53,6 +53,9 @@ public class CmBrandLanding
|
|
|
/** picture跳转链接 */
|
|
|
private String jumpLink;
|
|
|
|
|
|
+ /** picture跳转链接 */
|
|
|
+ private String jumpAppLink;
|
|
|
+
|
|
|
/** 标题
|
|
|
*/
|
|
|
private String title;
|
|
@@ -76,7 +79,14 @@ public class CmBrandLanding
|
|
|
/** 删除状态 0正常,1删除 */
|
|
|
private String delFlag;
|
|
|
|
|
|
-
|
|
|
+ /** 归属者Id(type字段表Id) */
|
|
|
+ private String authorId;
|
|
|
+ /** 子级分类: (type=4){1 大图,2小图}(已弃用),(type=5){1 大图,2小图,2小图} */
|
|
|
+ private String levelType;
|
|
|
+ /** 分页参数 */
|
|
|
+ private Integer num;
|
|
|
+ /** 分页参数 */
|
|
|
+ private Integer size;
|
|
|
/** 修改时间 */
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
private Date updateTime;
|
|
@@ -86,196 +96,195 @@ public class CmBrandLanding
|
|
|
/** 文件资料 */
|
|
|
private List<CmBrandFilesVO> cmBrandFiles;
|
|
|
|
|
|
-// public List<CmBrandFiles> getCmBrandFiles() {
|
|
|
-// return cmBrandFiles;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public void setCmBrandFiles(List<CmBrandFiles> cmBrandFiles) {
|
|
|
-// this.cmBrandFiles = cmBrandFiles;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public void setId(String id)
|
|
|
-// {
|
|
|
-// this.id = id;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public String getId()
|
|
|
-// {
|
|
|
-// return id;
|
|
|
-// }
|
|
|
-// public void setAuthUserId(String authUserId)
|
|
|
-// {
|
|
|
-// this.authUserId = authUserId;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public String getAuthUserId()
|
|
|
-// {
|
|
|
-// return authUserId;
|
|
|
-// }
|
|
|
-// public void setType(String type)
|
|
|
-// {
|
|
|
-// this.type = type;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public String getType()
|
|
|
-// {
|
|
|
-// return type;
|
|
|
-// }
|
|
|
-// public void setHeadPcBanner(String headPcBanner)
|
|
|
-// {
|
|
|
-// this.headPcBanner = headPcBanner;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public String getHeadPcBanner()
|
|
|
-// {
|
|
|
-// return headPcBanner;
|
|
|
-// }
|
|
|
-// public void setHeadAppBanner(String headAppBanner)
|
|
|
-// {
|
|
|
-// this.headAppBanner = headAppBanner;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public String getHeadAppBanner()
|
|
|
-// {
|
|
|
-// return headAppBanner;
|
|
|
-// }
|
|
|
-// public void setJumpStatus(String jumpStatus)
|
|
|
-// {
|
|
|
-// this.jumpStatus = jumpStatus;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public String getJumpStatus()
|
|
|
-// {
|
|
|
-// return jumpStatus;
|
|
|
-// }
|
|
|
-// public void setJumpPcPicture(String jumpPcPicture)
|
|
|
-// {
|
|
|
-// this.jumpPcPicture = jumpPcPicture;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public String getJumpPcPicture()
|
|
|
-// {
|
|
|
-// return jumpPcPicture;
|
|
|
-// }
|
|
|
-// public void setJumpAppPicture(String jumpAppPicture)
|
|
|
-// {
|
|
|
-// this.jumpAppPicture = jumpAppPicture;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public String getJumpAppPicture()
|
|
|
-// {
|
|
|
-// return jumpAppPicture;
|
|
|
-// }
|
|
|
-// public void setJumpLink(String jumpLink)
|
|
|
-// {
|
|
|
-// this.jumpLink = jumpLink;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public String getJumpLink()
|
|
|
-// {
|
|
|
-// return jumpLink;
|
|
|
-// }
|
|
|
-// public void setTitle(String title)
|
|
|
-// {
|
|
|
-// this.title = title;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public String getTitle()
|
|
|
-// {
|
|
|
-// return title;
|
|
|
-// }
|
|
|
-// public void setContent(String content)
|
|
|
-// {
|
|
|
-// this.content = content;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public String getContent()
|
|
|
-// {
|
|
|
-// return content;
|
|
|
-// }
|
|
|
-// public void setVideo(String video)
|
|
|
-// {
|
|
|
-// this.video = video;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public String getVideo()
|
|
|
-// {
|
|
|
-// return video;
|
|
|
-// }
|
|
|
-// public void setSort(String sort)
|
|
|
-// {
|
|
|
-// this.sort = sort;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public String getSort()
|
|
|
-// {
|
|
|
-// return sort;
|
|
|
-// }
|
|
|
-// public void setPcStatus(String pcStatus)
|
|
|
-// {
|
|
|
-// this.pcStatus = pcStatus;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public String getPcStatus()
|
|
|
-// {
|
|
|
-// return pcStatus;
|
|
|
-// }
|
|
|
-// public void setAppStatus(String appStatus)
|
|
|
-// {
|
|
|
-// this.appStatus = appStatus;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public String getAppStatus()
|
|
|
-// {
|
|
|
-// return appStatus;
|
|
|
-// }
|
|
|
-// public void setDelFlag(String delFlag)
|
|
|
-// {
|
|
|
-// this.delFlag = delFlag;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public String getDelFlag()
|
|
|
-// {
|
|
|
-// return delFlag;
|
|
|
-// }
|
|
|
-// public void setAddTime(Date addTime)
|
|
|
-// {
|
|
|
-// this.addTime = addTime;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public Date getAddTime()
|
|
|
-// {
|
|
|
-// return addTime;
|
|
|
-// }
|
|
|
-// public Date getUpdateTime() {
|
|
|
-// return updateTime;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public void setUpdateTime(Date updateTime) {
|
|
|
-// this.updateTime = updateTime;
|
|
|
-// }
|
|
|
-//
|
|
|
-// @Override
|
|
|
-// public String toString() {
|
|
|
-// return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE)
|
|
|
-// .append("id", getId())
|
|
|
-// .append("authUserId", getAuthUserId())
|
|
|
-// .append("type", getType())
|
|
|
-// .append("headPcBanner", getHeadPcBanner())
|
|
|
-// .append("headAppBanner", getHeadAppBanner())
|
|
|
-// .append("jumpStatus", getJumpStatus())
|
|
|
-// .append("jumpPcPicture", getJumpPcPicture())
|
|
|
-// .append("jumpAppPicture", getJumpAppPicture())
|
|
|
-// .append("jumpLink", getJumpLink())
|
|
|
-// .append("title", getTitle())
|
|
|
-// .append("content", getContent())
|
|
|
-// .append("video", getVideo())
|
|
|
-// .append("sort", getSort())
|
|
|
-// .append("pcStatus", getPcStatus())
|
|
|
-// .append("appStatus", getAppStatus())
|
|
|
-// .append("delFlag", getDelFlag())
|
|
|
-// .append("updateTime", getUpdateTime())
|
|
|
-// .append("addTime", getAddTime())
|
|
|
-// .toString();
|
|
|
-// }
|
|
|
+ public Integer getNum() {
|
|
|
+ return num;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setNum(Integer num) {
|
|
|
+ this.num = num;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getSize() {
|
|
|
+ return size;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSize(Integer size) {
|
|
|
+ this.size = size;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAuthorId() {
|
|
|
+ return authorId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAuthorId(String authorId) {
|
|
|
+ this.authorId = authorId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getLevelType() {
|
|
|
+ return levelType;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setLevelType(String levelType) {
|
|
|
+ this.levelType = levelType;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getId() {
|
|
|
+ return id;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setId(String id) {
|
|
|
+ this.id = id;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAuthUserId() {
|
|
|
+ return authUserId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAuthUserId(String authUserId) {
|
|
|
+ this.authUserId = authUserId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getType() {
|
|
|
+ return type;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setType(String type) {
|
|
|
+ this.type = type;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getHeadPcBanner() {
|
|
|
+ return headPcBanner;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setHeadPcBanner(String headPcBanner) {
|
|
|
+ this.headPcBanner = headPcBanner;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getHeadAppBanner() {
|
|
|
+ return headAppBanner;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setHeadAppBanner(String headAppBanner) {
|
|
|
+ this.headAppBanner = headAppBanner;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getJumpStatus() {
|
|
|
+ return jumpStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setJumpStatus(String jumpStatus) {
|
|
|
+ this.jumpStatus = jumpStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getJumpPcPicture() {
|
|
|
+ return jumpPcPicture;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setJumpPcPicture(String jumpPcPicture) {
|
|
|
+ this.jumpPcPicture = jumpPcPicture;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getJumpAppPicture() {
|
|
|
+ return jumpAppPicture;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setJumpAppPicture(String jumpAppPicture) {
|
|
|
+ this.jumpAppPicture = jumpAppPicture;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getJumpLink() {
|
|
|
+ return jumpLink;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setJumpLink(String jumpLink) {
|
|
|
+ this.jumpLink = jumpLink;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getJumpAppLink() {
|
|
|
+ return jumpAppLink;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setJumpAppLink(String jumpAppLink) {
|
|
|
+ this.jumpAppLink = jumpAppLink;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getTitle() {
|
|
|
+ return title;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setTitle(String title) {
|
|
|
+ this.title = title;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getContent() {
|
|
|
+ return content;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setContent(String content) {
|
|
|
+ this.content = content;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getVideo() {
|
|
|
+ return video;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setVideo(String video) {
|
|
|
+ this.video = video;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getSort() {
|
|
|
+ return sort;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSort(String sort) {
|
|
|
+ this.sort = sort;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPcStatus() {
|
|
|
+ return pcStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPcStatus(String pcStatus) {
|
|
|
+ this.pcStatus = pcStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAppStatus() {
|
|
|
+ return appStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAppStatus(String appStatus) {
|
|
|
+ this.appStatus = appStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDelFlag() {
|
|
|
+ return delFlag;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDelFlag(String delFlag) {
|
|
|
+ this.delFlag = delFlag;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Date getUpdateTime() {
|
|
|
+ return updateTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setUpdateTime(Date updateTime) {
|
|
|
+ this.updateTime = updateTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Date getAddTime() {
|
|
|
+ return addTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAddTime(Date addTime) {
|
|
|
+ this.addTime = addTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public List<CmBrandFilesVO> getCmBrandFiles() {
|
|
|
+ return cmBrandFiles;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCmBrandFiles(List<CmBrandFilesVO> cmBrandFiles) {
|
|
|
+ this.cmBrandFiles = cmBrandFiles;
|
|
|
+ }
|
|
|
}
|