| 
					
				 | 
			
			
				@@ -117,7 +117,7 @@ public class ActivityTeacherVO { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @ApiModel(value = "分享活动老师响应", description = "分享活动老师信息") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public static class ResponseInfo implements Serializable { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        @ApiModelProperty(value = "老师编号") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        @ApiModelProperty(value = "数据编号") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         private Long id; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         @ApiModelProperty("昵称") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         private String username; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -129,5 +129,7 @@ public class ActivityTeacherVO { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         private String subjectId; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         @ApiModelProperty("声部") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         private String subjectName; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        @ApiModelProperty(value = "老师编号") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        private Long teacherId; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 |