|
@@ -1,6 +1,7 @@
|
|
package com.ym.mec.biz.dal.wrapper;
|
|
package com.ym.mec.biz.dal.wrapper;
|
|
|
|
|
|
import com.alibaba.fastjson.JSON;
|
|
import com.alibaba.fastjson.JSON;
|
|
|
|
+import com.baomidou.mybatisplus.annotation.TableField;
|
|
import com.microsvc.toolkit.common.response.paging.QueryInfo;
|
|
import com.microsvc.toolkit.common.response.paging.QueryInfo;
|
|
import com.ym.mec.biz.dal.enums.ClientEnum;
|
|
import com.ym.mec.biz.dal.enums.ClientEnum;
|
|
import com.ym.mec.biz.dal.enums.EUserMusicType;
|
|
import com.ym.mec.biz.dal.enums.EUserMusicType;
|
|
@@ -98,6 +99,8 @@ public class UserMusicWrapper {
|
|
@ApiModelProperty(value = "用户声部名称")
|
|
@ApiModelProperty(value = "用户声部名称")
|
|
private String subjectName;
|
|
private String subjectName;
|
|
|
|
|
|
|
|
+ @ApiModelProperty("视频封面图")
|
|
|
|
+ private String videoImg;
|
|
|
|
|
|
@ApiModelProperty("年级")
|
|
@ApiModelProperty("年级")
|
|
private Integer currentGradeNum;
|
|
private Integer currentGradeNum;
|
|
@@ -206,6 +209,8 @@ public class UserMusicWrapper {
|
|
private String desc;
|
|
private String desc;
|
|
|
|
|
|
|
|
|
|
|
|
+ @ApiModelProperty("视频封面图")
|
|
|
|
+ private String videoImg;
|
|
@ApiModelProperty("视频地址")
|
|
@ApiModelProperty("视频地址")
|
|
private String videoUrl;
|
|
private String videoUrl;
|
|
|
|
|