Helius
2021-01-22 f81300462deff06ab6c90b24ecb9f0ba5031a766
zq-erp/src/main/java/com/matrix/system/hive/bean/SysVipLabel.java
@@ -33,6 +33,55 @@
     */
    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;