mitao
2025-04-11 0ccd94c863ac71b46bff3cc15feabec53650738f
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;
}