|  | @@ -220,6 +220,9 @@ public class TenantAlbumMusicWrapper {
 | 
	
		
			
				|  |  |              @ApiModelProperty("1:收藏 0:未收藏")
 | 
	
		
			
				|  |  |              private boolean favorite;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +            @ApiModelProperty("声谱类型,SINGLE:单曲,CONCERT:合奏")
 | 
	
		
			
				|  |  | +            private String musicSheetType;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |              public String jsonString() {
 | 
	
		
			
				|  |  |                  return JSON.toJSONString(this);
 | 
	
		
			
				|  |  |              }
 |