| | |
| | |
|
| | | @Column(name = "sub_updatetime")
|
| | | private Date updatetime; // 创建时间
|
| | | @Column(name = "sub_sex")
|
| | | private Integer sex;//性别
|
| | | @Column(name = "sub_month")
|
| | | private String month;//月份
|
| | | |
| | | |
| | | private GoodsSubClassLabel classLabel;//标签
|
| | |
|
| | | |
| | |
|
| | | public GoodsSubClassLabel getClassLabel() {
|
| | | return classLabel;
|
| | | }
|
| | |
|
| | | public void setClassLabel(GoodsSubClassLabel classLabel) {
|
| | | this.classLabel = classLabel;
|
| | | }
|
| | |
|
| | | public Integer getSex() {
|
| | | return sex;
|
| | | }
|
| | |
|
| | | public void setSex(Integer sex) {
|
| | | this.sex = sex;
|
| | | }
|
| | |
|
| | | public String getMonth() {
|
| | | return month;
|
| | | }
|
| | |
|
| | | public void setMonth(String month) {
|
| | | this.month = month;
|
| | | }
|
| | |
|
| | | private Long countClick = 0l;
|
| | | // 关联标签数量
|