Helius
2021-03-11 a72aa4bb793ec765892406c842039a71b33215b1
zq-erp/src/main/java/com/matrix/system/app/vo/VipInfoListVo.java
@@ -1,5 +1,6 @@
package com.matrix.system.app.vo;
import com.matrix.system.hive.bean.SysVipLevel;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
@@ -27,6 +28,9 @@
    @ApiModelProperty(value = "门店简称")
    private String shopName;
    @ApiModelProperty(value = "会员等级对象")
    private String vipLevel;
    public String getVipName() {
        return vipName;
@@ -75,4 +79,12 @@
    public void setShopName(String shopName) {
        this.shopName = shopName;
    }
    public String getVipLevel() {
        return vipLevel;
    }
    public void setVipLevel(String vipLevel) {
        this.vipLevel = vipLevel;
    }
}