|  | @@ -6,8 +6,8 @@ import java.util.List;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  public class MusicScoreSubjectDto {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    @ApiModelProperty(value = "声部",required = false)
 | 
	
		
			
				|  |  | -    private Integer subjectId;
 | 
	
		
			
				|  |  | +//    @ApiModelProperty(value = "声部",required = false)
 | 
	
		
			
				|  |  | +//    private Integer subjectId;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      @ApiModelProperty(value = "学员编号",required = false)
 | 
	
		
			
				|  |  |      private List<Integer> userIdList;
 | 
	
	
		
			
				|  | @@ -42,13 +42,13 @@ public class MusicScoreSubjectDto {
 | 
	
		
			
				|  |  |          this.musicScoreHomeworkDtoList = musicScoreHomeworkDtoList;
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    public Integer getSubjectId() {
 | 
	
		
			
				|  |  | -        return subjectId;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public void setSubjectId(Integer subjectId) {
 | 
	
		
			
				|  |  | -        this.subjectId = subjectId;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | +//    public Integer getSubjectId() {
 | 
	
		
			
				|  |  | +//        return subjectId;
 | 
	
		
			
				|  |  | +//    }
 | 
	
		
			
				|  |  | +//
 | 
	
		
			
				|  |  | +//    public void setSubjectId(Integer subjectId) {
 | 
	
		
			
				|  |  | +//        this.subjectId = subjectId;
 | 
	
		
			
				|  |  | +//    }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      public List<Integer> getUserIdList() {
 | 
	
		
			
				|  |  |          return userIdList;
 |