cloud-server-account/src/main/java/com/dsh/account/model/vo/classDetails/RegisteredCourse.java
@@ -6,6 +6,8 @@ @Data public class RegisteredCourse { private Long id; @ApiModelProperty(value = "课程ID") private Integer courseId; @@ -21,4 +23,11 @@ @ApiModelProperty(value = "剩余学时数") private Integer remainingNums; @ApiModelProperty(value = "课时有效期") private String periodOfValidity; @ApiModelProperty(value = "课程类型") private Integer courseType; @ApiModelProperty(value = "是否过滤分配课时 1过滤,0不过滤") private Integer isAble; }