|
@@ -68,211 +68,8 @@ public class TbCollection {
|
|
|
@ApiModelProperty(value = "轮播板式", notes = "数组转字符串存储")
|
|
|
private String urlList;
|
|
|
|
|
|
-// public String getTypeImages() {
|
|
|
-// return typeImages;
|
|
|
-// }
|
|
|
-
|
|
|
-// public void setTypeImages(String typeImages) {
|
|
|
-// this.typeImages = typeImages;
|
|
|
-// }
|
|
|
-//
|
|
|
-//
|
|
|
-//
|
|
|
-//
|
|
|
-//
|
|
|
-//
|
|
|
-//
|
|
|
-// public String getType() {
|
|
|
-// return type;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public void setType(String type) {
|
|
|
-// this.type = type;
|
|
|
-// }
|
|
|
-//
|
|
|
-//
|
|
|
-//
|
|
|
-// public String getVisit() {
|
|
|
-// return visit;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public void setVisit(String visit) {
|
|
|
-// this.visit = visit;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public String getIcon() {
|
|
|
-// return icon;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public void setIcon(String icon) {
|
|
|
-// this.icon = icon;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public String getDirCode() {
|
|
|
-// return dirCode;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public void setDirCode(String dirCode) {
|
|
|
-// this.dirCode = dirCode;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public Integer getDownloadNum() {
|
|
|
-// return downloadNum;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public void setDownloadNum(Integer downloadNum) {
|
|
|
-// this.downloadNum = downloadNum;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public Integer getLikeNum() {
|
|
|
-// return likeNum;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public void setLikeNum(Integer likeNum) {
|
|
|
-// this.likeNum = likeNum;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public Integer getOpenNum() {
|
|
|
-// return openNum;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public void setOpenNum(Integer openNum) {
|
|
|
-// this.openNum = openNum;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public Integer getSearchNum() {
|
|
|
-// return searchNum;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public void setSearchNum(Integer searchNum) {
|
|
|
-// this.searchNum = searchNum;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public String getUnityUrl() {
|
|
|
-// return unityUrl;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public void setUnityUrl(String unityUrl) {
|
|
|
-// this.unityUrl = unityUrl;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public String getUnityPic() {
|
|
|
-// return unityPic;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public void setUnityPic(String unityPic) {
|
|
|
-// this.unityPic = unityPic;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public String getNum() {
|
|
|
-// return num;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public void setNum(String num) {
|
|
|
-// this.num = num;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public Long getId() {
|
|
|
-// return id;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public void setId(Long id) {
|
|
|
-// this.id = id;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public String getName() {
|
|
|
-// return name;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public void setName(String name) {
|
|
|
-// this.name = name == null ? null : name.trim();
|
|
|
-// }
|
|
|
-//
|
|
|
-// public Long getTypeId() {
|
|
|
-// return typeId;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public void setTypeId(Long typeId) {
|
|
|
-// this.typeId = typeId;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public Long getTimeId() {
|
|
|
-// return timeId;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public void setTimeId(Long timeId) {
|
|
|
-// this.timeId = timeId;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public Date getDiscoveryTime() {
|
|
|
-// return discoveryTime;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public void setDiscoveryTime(Date discoveryTime) {
|
|
|
-// this.discoveryTime = discoveryTime;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public Date getRepairTime() {
|
|
|
-// return repairTime;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public void setRepairTime(Date repairTime) {
|
|
|
-// this.repairTime = repairTime;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public String getVenue() {
|
|
|
-// return venue;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public void setVenue(String venue) {
|
|
|
-// this.venue = venue == null ? null : venue.trim();
|
|
|
-// }
|
|
|
-//
|
|
|
-// public String getPic() {
|
|
|
-// return pic;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public void setPic(String pic) {
|
|
|
-// this.pic = pic == null ? null : pic.trim();
|
|
|
-// }
|
|
|
-//
|
|
|
-// public String getModelUrl() {
|
|
|
-// return modelUrl;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public void setModelUrl(String modelUrl) {
|
|
|
-// this.modelUrl = modelUrl == null ? null : modelUrl.trim();
|
|
|
-// }
|
|
|
-//
|
|
|
-// public String getContentUrl() {
|
|
|
-// return contentUrl;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public void setContentUrl(String contentUrl) {
|
|
|
-// this.contentUrl = contentUrl == null ? null : contentUrl.trim();
|
|
|
-// }
|
|
|
-//
|
|
|
-// public Integer getState() {
|
|
|
-// return state;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public void setState(Integer state) {
|
|
|
-// this.state = state;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public Date getCreateTime() {
|
|
|
-// return createTime;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public void setCreateTime(Date createTime) {
|
|
|
-// this.createTime = createTime;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public String getDescription() {
|
|
|
-// return description;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public void setDescription(String description) {
|
|
|
-// this.description = description == null ? null : description.trim();
|
|
|
-// }
|
|
|
+ @ApiModelProperty(value = "二维码")
|
|
|
+ private String qrCode;
|
|
|
+
|
|
|
+
|
|
|
}
|