zhibing.pu
2024-06-24 6a8d2bd39cf88e13c546adbfafb5990a9b0c5f4e
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;
}