|  | @@ -2,7 +2,7 @@ package com.yonge.cooleshow.biz.dal.vo;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  import com.yonge.cooleshow.biz.dal.enums.GenderEnum;
 | 
	
		
			
				|  |  |  import com.yonge.cooleshow.common.entity.BaseEntity;
 | 
	
		
			
				|  |  | -import com.yonge.toolset.base.page.QueryInfo;
 | 
	
		
			
				|  |  | +import com.yonge.cooleshow.common.enums.YesOrNoEnum;
 | 
	
		
			
				|  |  |  import io.swagger.annotations.ApiModelProperty;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  /**
 | 
	
	
		
			
				|  | @@ -22,6 +22,8 @@ public class MyFens extends BaseEntity {
 | 
	
		
			
				|  |  |      private String subjectName;
 | 
	
		
			
				|  |  |      @ApiModelProperty(value = "性别 0女 1男")
 | 
	
		
			
				|  |  |      private GenderEnum gender;
 | 
	
		
			
				|  |  | +    @ApiModelProperty(value = "是否会员 0否 1是")
 | 
	
		
			
				|  |  | +    private YesOrNoEnum isVip;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      public String getSubjectName() {
 | 
	
		
			
				|  |  |          return subjectName;
 | 
	
	
		
			
				|  | @@ -75,5 +77,11 @@ public class MyFens extends BaseEntity {
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    
 | 
	
		
			
				|  |  | +    public YesOrNoEnum getIsVip() {
 | 
	
		
			
				|  |  | +        return isVip;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public void setIsVip(YesOrNoEnum isVip) {
 | 
	
		
			
				|  |  | +        this.isVip = isVip;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  |  }
 |