|  | @@ -2,6 +2,7 @@ package com.ym.mec.biz.dal.dto;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  import com.ym.mec.biz.dal.enums.VipGroupActivityTypeEnum;
 | 
	
		
			
				|  |  |  import io.swagger.annotations.ApiModelProperty;
 | 
	
		
			
				|  |  | +import lombok.Data;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  import java.math.BigDecimal;
 | 
	
		
			
				|  |  |  import java.util.Date;
 | 
	
	
		
			
				|  | @@ -10,6 +11,7 @@ import java.util.Date;
 | 
	
		
			
				|  |  |   * @Author Joburgess
 | 
	
		
			
				|  |  |   * @Date 2019/9/23
 | 
	
		
			
				|  |  |   */
 | 
	
		
			
				|  |  | +@Data
 | 
	
		
			
				|  |  |  public class StudentVipGroupShowListDto {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      @ApiModelProperty(value = "vip课ID",required = false)
 | 
	
	
		
			
				|  | @@ -64,156 +66,4 @@ public class StudentVipGroupShowListDto {
 | 
	
		
			
				|  |  |      private Date createTime;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      private String groupType;
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public String getGroupType() {
 | 
	
		
			
				|  |  | -        return groupType;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public void setGroupType(String groupType) {
 | 
	
		
			
				|  |  | -        this.groupType = groupType;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public Date getCreateTime() {
 | 
	
		
			
				|  |  | -        return createTime;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public void setCreateTime(Date createTime) {
 | 
	
		
			
				|  |  | -        this.createTime = createTime;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public Date getCourseStartDate() {
 | 
	
		
			
				|  |  | -        return courseStartDate;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public void setCourseStartDate(Date courseStartDate) {
 | 
	
		
			
				|  |  | -        this.courseStartDate = courseStartDate;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public Integer getTeacherId() {
 | 
	
		
			
				|  |  | -        return teacherId;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public void setTeacherId(Integer teacherId) {
 | 
	
		
			
				|  |  | -        this.teacherId = teacherId;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public String getCategoryName() {
 | 
	
		
			
				|  |  | -        return categoryName;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public void setCategoryName(String categoryName) {
 | 
	
		
			
				|  |  | -        this.categoryName = categoryName;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public VipGroupActivityTypeEnum getType() {
 | 
	
		
			
				|  |  | -        return type;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public void setType(VipGroupActivityTypeEnum type) {
 | 
	
		
			
				|  |  | -        this.type = type;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public String getAttribute1() {
 | 
	
		
			
				|  |  | -        return attribute1;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public void setAttribute1(String attribute1) {
 | 
	
		
			
				|  |  | -        this.attribute1 = attribute1;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public String getIntroduction() {
 | 
	
		
			
				|  |  | -        return introduction;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public void setIntroduction(String introduction) {
 | 
	
		
			
				|  |  | -        this.introduction = introduction;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public String getAvatar() {
 | 
	
		
			
				|  |  | -        return avatar;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public void setAvatar(String avatar) {
 | 
	
		
			
				|  |  | -        this.avatar = avatar;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public Long getVipGroupId() {
 | 
	
		
			
				|  |  | -        return vipGroupId;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public void setVipGroupId(Long vipGroupId) {
 | 
	
		
			
				|  |  | -        this.vipGroupId = vipGroupId;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public String getVipGroupName() {
 | 
	
		
			
				|  |  | -        return vipGroupName;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public void setVipGroupName(String vipGroupName) {
 | 
	
		
			
				|  |  | -        this.vipGroupName = vipGroupName;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public Integer getSingleClassMinutes() {
 | 
	
		
			
				|  |  | -        return singleClassMinutes;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public void setSingleClassMinutes(Integer singleClassMinutes) {
 | 
	
		
			
				|  |  | -        this.singleClassMinutes = singleClassMinutes;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public Date getPaymentExpireDate() {
 | 
	
		
			
				|  |  | -        return paymentExpireDate;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public void setPaymentExpireDate(Date paymentExpireDate) {
 | 
	
		
			
				|  |  | -        this.paymentExpireDate = paymentExpireDate;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public Integer getOnlineClassesNum() {
 | 
	
		
			
				|  |  | -        return onlineClassesNum;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public void setOnlineClassesNum(Integer onlineClassesNum) {
 | 
	
		
			
				|  |  | -        this.onlineClassesNum = onlineClassesNum;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public Integer getOfflineClassesNum() {
 | 
	
		
			
				|  |  | -        return offlineClassesNum;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public void setOfflineClassesNum(Integer offlineClassesNum) {
 | 
	
		
			
				|  |  | -        this.offlineClassesNum = offlineClassesNum;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public BigDecimal getTotalPrice() {
 | 
	
		
			
				|  |  | -        return totalPrice;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public void setTotalPrice(BigDecimal totalPrice) {
 | 
	
		
			
				|  |  | -        this.totalPrice = totalPrice;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public Integer getExpectStudentNum() {
 | 
	
		
			
				|  |  | -        return expectStudentNum;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public void setExpectStudentNum(Integer expectStudentNum) {
 | 
	
		
			
				|  |  | -        this.expectStudentNum = expectStudentNum;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public Integer getStudentNum() {
 | 
	
		
			
				|  |  | -        return studentNum;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public void setStudentNum(Integer studentNum) {
 | 
	
		
			
				|  |  | -        this.studentNum = studentNum;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public String getTeacherName() {
 | 
	
		
			
				|  |  | -        return teacherName;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public void setTeacherName(String teacherName) {
 | 
	
		
			
				|  |  | -        this.teacherName = teacherName;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  |  }
 |