| 
					
				 | 
			
			
				@@ -1,21 +1,19 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 package com.yonge.cooleshow.biz.dal.vo; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-import com.baomidou.mybatisplus.annotation.TableField; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import com.yonge.cooleshow.biz.dal.enums.course.CourseRelationTypeEnum; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-import com.yonge.cooleshow.biz.dal.valid.AddGroup; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-import com.yonge.cooleshow.biz.dal.valid.UpdateGroup; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import com.yonge.cooleshow.common.entity.BaseEntity; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import com.yonge.cooleshow.common.enums.YesOrNoEnum; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import io.swagger.annotations.ApiModel; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import io.swagger.annotations.ApiModelProperty; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+import lombok.Data; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-import javax.validation.constraints.NotBlank; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import java.math.BigDecimal; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 /** 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  * @Author: cy 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  * @Date: 2022/4/11 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+@Data 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 @ApiModel(value = "LessonGroupVo对象") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 public class LessonGroupVo extends BaseEntity { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @ApiModelProperty(value = "视频课组id") 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -68,138 +66,7 @@ public class LessonGroupVo extends BaseEntity { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @ApiModelProperty("虚拟人数 ") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     private Integer virtualNumber; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public Integer getVirtualNumber() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        return virtualNumber; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public void setVirtualNumber(Integer virtualNumber) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        this.virtualNumber = virtualNumber; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public YesOrNoEnum getAuditVersion() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        return auditVersion; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public void setAuditVersion(YesOrNoEnum auditVersion) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        this.auditVersion = auditVersion; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public String getRealName() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        return realName; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public void setRealName(String realName) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        this.realName = realName; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public Long getId() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        return id; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public void setId(Long id) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        this.id = id; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public String getLessonName() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        return lessonName; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public void setLessonName(String lessonName) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        this.lessonName = lessonName; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public String getLessonSubject() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        return lessonSubject; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public void setLessonSubject(String lessonSubject) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        this.lessonSubject = lessonSubject; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public String getLessonSubjectName() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        return lessonSubjectName; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public void setLessonSubjectName(String lessonSubjectName) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        this.lessonSubjectName = lessonSubjectName; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public String getLessonDesc() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        return lessonDesc; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public void setLessonDesc(String lessonDesc) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        this.lessonDesc = lessonDesc; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public BigDecimal getLessonPrice() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        return lessonPrice; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public void setLessonPrice(BigDecimal lessonPrice) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        this.lessonPrice = lessonPrice; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public String getLessonCoverUrl() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        return lessonCoverUrl; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public void setLessonCoverUrl(String lessonCoverUrl) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        this.lessonCoverUrl = lessonCoverUrl; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public Integer getLessonCount() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        return lessonCount; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public void setLessonCount(Integer lessonCount) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        this.lessonCount = lessonCount; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public Long getTeacherId() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        return teacherId; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public void setTeacherId(Long teacherId) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        this.teacherId = teacherId; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public String getUserName() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        return userName; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public void setUserName(String userName) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        this.userName = userName; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public String getAvatar() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        return avatar; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public void setAvatar(String avatar) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        this.avatar = avatar; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public Integer getCountStudent() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        return countStudent; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public void setCountStudent(Integer countStudent) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        this.countStudent = countStudent; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public CourseRelationTypeEnum getRelationType() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        return relationType; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public void setRelationType(CourseRelationTypeEnum relationType) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        this.relationType = relationType; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public String getPayType() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        return payType; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public void setPayType(String payType) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        this.payType = payType; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    @ApiModelProperty("曲目数量") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private Long musicNum; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 |