刘俊驰 3 months ago
parent
commit
c08090a4d1

+ 2 - 0
cooleshow-user/user-biz/src/main/java/com/yonge/cooleshow/biz/dal/wrapper/MusicSheetWrapper.java

@@ -1120,6 +1120,8 @@ public class MusicSheetWrapper {
         @ApiModelProperty(value = "收费类型(FREE:免费;VIP:会员;CHARGE:单曲收费)")
         private String paymentType;
 
+        @ApiModelProperty("播放模式(MIDI;MP3)")
+        private EMusicPlayMode playMode;
 
         @ApiModelProperty(value = "MP3原声音频文件URL")
         private String mp3Url;  //