puzhibing
2024-03-11 fe98baa55c34db41b158187f9c1837a269ec169b
cloud-server-course/src/main/java/com/dsh/course/model/vo/RegisterCourseVo.java
@@ -36,5 +36,10 @@
    @ApiModelProperty(value = "1常规 2假期 3体验")
    private Integer type;
    @ApiModelProperty(value = "假期课时间段")
    private String time;
    @ApiModelProperty(value = "订单id")
    private Long orderId;
}