|  | @@ -12,9 +12,9 @@ public class CourseScheduleStudentMusicScore {
 | 
	
		
			
				|  |  |      private Integer playStatus = 0;
 | 
	
		
			
				|  |  |      private Integer accompanimentPlayStatus = 0;
 | 
	
		
			
				|  |  |      private Integer speed;
 | 
	
		
			
				|  |  | -    private Integer mp3Url;
 | 
	
		
			
				|  |  | -    private Integer url;
 | 
	
		
			
				|  |  | -    private Integer musicScoreName;
 | 
	
		
			
				|  |  | +    private String mp3Url;
 | 
	
		
			
				|  |  | +    private String url;
 | 
	
		
			
				|  |  | +    private String musicScoreName;
 | 
	
		
			
				|  |  |      private Date createTime;
 | 
	
		
			
				|  |  |      private Date updateTime;
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -26,27 +26,27 @@ public class CourseScheduleStudentMusicScore {
 | 
	
		
			
				|  |  |          this.accompanimentPlayStatus = accompanimentPlayStatus;
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    public Integer getMp3Url() {
 | 
	
		
			
				|  |  | +    public String getMp3Url() {
 | 
	
		
			
				|  |  |          return mp3Url;
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    public void setMp3Url(Integer mp3Url) {
 | 
	
		
			
				|  |  | +    public void setMp3Url(String mp3Url) {
 | 
	
		
			
				|  |  |          this.mp3Url = mp3Url;
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    public Integer getUrl() {
 | 
	
		
			
				|  |  | +    public String getUrl() {
 | 
	
		
			
				|  |  |          return url;
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    public void setUrl(Integer url) {
 | 
	
		
			
				|  |  | +    public void setUrl(String url) {
 | 
	
		
			
				|  |  |          this.url = url;
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    public Integer getMusicScoreName() {
 | 
	
		
			
				|  |  | +    public String getMusicScoreName() {
 | 
	
		
			
				|  |  |          return musicScoreName;
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    public void setMusicScoreName(Integer musicScoreName) {
 | 
	
		
			
				|  |  | +    public void setMusicScoreName(String musicScoreName) {
 | 
	
		
			
				|  |  |          this.musicScoreName = musicScoreName;
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 |