|  | @@ -1,5 +1,6 @@
 | 
	
		
			
				|  |  |  package com.yonge.cooleshow.biz.dal.wrapper;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +import com.yonge.toolset.base.page.QueryInfo;
 | 
	
		
			
				|  |  |  import io.swagger.annotations.ApiModel;
 | 
	
		
			
				|  |  |  import io.swagger.annotations.ApiModelProperty;
 | 
	
		
			
				|  |  |  import lombok.AllArgsConstructor;
 | 
	
	
		
			
				|  | @@ -141,10 +142,38 @@ public class TeacherIndexWrapper {
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      @Data
 | 
	
		
			
				|  |  | +    public static class TeacherIncome{
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        @ApiModelProperty("下单时间")
 | 
	
		
			
				|  |  | +        private Date orderTime;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        @ApiModelProperty("学员姓名")
 | 
	
		
			
				|  |  | +        private String userName;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        @ApiModelProperty("学员头像")
 | 
	
		
			
				|  |  | +        private String userAvatar;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        @ApiModelProperty("学员编号")
 | 
	
		
			
				|  |  | +        private Long userId;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        @ApiModelProperty("声部")
 | 
	
		
			
				|  |  | +        private String subjectName;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        @ApiModelProperty("数量")
 | 
	
		
			
				|  |  | +        private Integer bizQuantity;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        @ApiModelProperty("业务名称")
 | 
	
		
			
				|  |  | +        private String bizName;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        @ApiModelProperty("金额")
 | 
	
		
			
				|  |  | +        private BigDecimal amount;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    @Data
 | 
	
		
			
				|  |  |      @Builder
 | 
	
		
			
				|  |  |      @NoArgsConstructor
 | 
	
		
			
				|  |  |      @AllArgsConstructor
 | 
	
		
			
				|  |  | -    public static class CourseExposureSearch{
 | 
	
		
			
				|  |  | +    public static class CourseExposureSearch extends QueryInfo {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          @ApiModelProperty("开始时间")
 | 
	
		
			
				|  |  |          private String startTime;
 |