Browse Source

去掉用户ID

小么熊🐻 1 year ago
parent
commit
784c579d11

+ 0 - 4
nbjk-service/src/main/java/com/miaxis/exam/vo/ExamInfoVipVo.java

@@ -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" )