| | |
| | |
|
| | | private String taobaoCids;
|
| | |
|
| | | |
| | |
|
| | | @Column(name = "sub_createtime")
|
| | | private Date createtime; // 创建时间
|
| | |
|
| | |
| | | private int countlabel = 0;
|
| | |
|
| | | private String searchParam;
|
| | |
|
| | | private GoodsSubClassLabel classLabel;
|
| | |
|
| | | public GoodsSubClass() {
|
| | | }
|
| | |
| | | public void setPictureSecond(String pictureSecond) {
|
| | | this.pictureSecond = pictureSecond;
|
| | | }
|
| | | |
| | |
|
| | | public String getTaobaoCids() {
|
| | | return taobaoCids;
|
| | | }
|
| | |
| | | public void setTaobaoCids(String taobaoCids) {
|
| | | this.taobaoCids = taobaoCids;
|
| | | }
|
| | |
|
| | | public GoodsSubClassLabel getClassLabel() {
|
| | | return classLabel;
|
| | | }
|
| | |
|
| | | public void setClassLabel(GoodsSubClassLabel classLabel) {
|
| | | this.classLabel = classLabel;
|
| | | }
|
| | |
|
| | | }
|