44323
2023-10-11 6a8b55a2183720ff6106f581695298168896cadc
cloud-server-course/src/main/java/com/dsh/course/model/CoursePackageInfo.java
@@ -45,4 +45,8 @@
    private StudentVo student;
    @ApiModelProperty("1常规 2假期 3体验")
    private Integer type;
    @ApiModelProperty("假期有效期")
    private String time;
    private Integer isVip;
}