| | |
| | | */ |
| | | private String label; |
| | | |
| | | private Long shopId; |
| | | |
| | | private Long companyId; |
| | | |
| | | private Long userId; |
| | | |
| | | private Integer isAll; |
| | | |
| | | private String color; |
| | | |
| | | public Long getUserId() { |
| | | return userId; |
| | | } |
| | | |
| | | public void setUserId(Long userId) { |
| | | this.userId = userId; |
| | | } |
| | | |
| | | public Integer getIsAll() { |
| | | return isAll; |
| | | } |
| | | |
| | | public void setIsAll(Integer isAll) { |
| | | this.isAll = isAll; |
| | | } |
| | | |
| | | public String getColor() { |
| | | return color; |
| | | } |
| | | |
| | | public void setColor(String color) { |
| | | this.color = color; |
| | | } |
| | | |
| | | public Long getShopId() { |
| | | return shopId; |
| | | } |
| | | |
| | | public void setShopId(Long shopId) { |
| | | this.shopId = shopId; |
| | | } |
| | | |
| | | public Long getCompanyId() { |
| | | return companyId; |
| | | } |
| | | |
| | | public void setCompanyId(Long companyId) { |
| | | this.companyId = companyId; |
| | | } |
| | | |
| | | public Date getCreateTime() { |
| | | return createTime; |