liujc 1 year ago
parent
commit
bd50f28c98

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

@@ -137,6 +137,8 @@ public class UserMusicWrapper {
         @ApiModelProperty("视频地址")
         private String videoUrl;
 
+        @ApiModelProperty("视频封面图")
+        private String videoImg;
 
         @ApiModelProperty("录音文件地址")
         private String recordFilePath;