|
@@ -40,9 +40,6 @@ public class CourseGroupVo implements Serializable {
|
|
|
@ApiModelProperty(value = "课程人数")
|
|
|
private Integer studentCount;
|
|
|
|
|
|
- @ApiModelProperty(value = "最大成课人数")
|
|
|
- private Integer maxStudentCount;
|
|
|
-
|
|
|
@ApiModelProperty(value = "课程图片")
|
|
|
private String backgroundPic;
|
|
|
|
|
@@ -75,6 +72,9 @@ public class CourseGroupVo implements Serializable {
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
|
private Date salesEndDate;
|
|
|
|
|
|
+ @ApiModelProperty(value = "最大成课人数")
|
|
|
+ private Integer maxStudentNum;
|
|
|
+
|
|
|
@ApiModelProperty(value = "最少成课人数")
|
|
|
private Integer mixStudentNum;
|
|
|
|