puzhibing
2024-03-15 5b83b50d38c757b38dcc87a40a17d34cc2948e10
cloud-server-course/src/main/java/com/dsh/course/model/PaymentCourseVo.java
@@ -23,4 +23,6 @@
    private String studentIds;
    @ApiModelProperty(value = "优惠券id", dataType = "long", required = false)
    private Long couponId;
    @ApiModelProperty(value = "订单id", dataType = "int", required = false)
    private Long orderId;
}