123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278 |
- package com.fdage.pojo;
- import io.swagger.annotations.ApiModelProperty;
- import lombok.Data;
- import java.util.Date;
- import java.util.List;
- @Data
- public class TbCollection {
- private Long id;
- private String name;
- private Long typeId;
- private Long timeId;
- private Date discoveryTime;
- private Date repairTime;
- private String venue;
- private String unityPic;
- private String unityUrl;
- private String pic;
- private String modelUrl;
- private String contentUrl;
- private Integer state;
- private Date createTime;
- private String description;
- private String num;
- private Integer likeNum;
- private Integer openNum;
- private Integer searchNum;
- private Integer downloadNum;
- @ApiModelProperty(value = "图片")
- private String icon;
- @ApiModelProperty(value = "目录code", notes = "上传文件使用")
- private String dirCode;
- @ApiModelProperty(value = "访问量")
- private String visit;
- // 2021-09-22
- @ApiModelProperty(value = "类型: 2D 、 3D")
- private String type;
- @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();
- // }
- }
|