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