|
@@ -52,10 +52,6 @@ public class ExamInfoVipVo {
|
|
@ApiModelProperty(value = "课程数")
|
|
@ApiModelProperty(value = "课程数")
|
|
private transient Integer videoCount;
|
|
private transient Integer videoCount;
|
|
|
|
|
|
- /** 用户ID */
|
|
|
|
- @ApiModelProperty(value = "用户ID")
|
|
|
|
- private Long userId;
|
|
|
|
-
|
|
|
|
/** 到期时间 */
|
|
/** 到期时间 */
|
|
@ApiModelProperty(value = "到期时间")
|
|
@ApiModelProperty(value = "到期时间")
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss" )
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss" )
|