lisy
2023-07-06 0ce090ba49e37710a129cf21ac762bbe43bcd50b
cloud-server-course/src/main/java/com/dsh/course/entity/TCoursePackagePayment.java
@@ -51,6 +51,14 @@
     */
    private Integer classHours;
    /**
     * 原价
     */
    private Double originalPrice;
    /**
     * 优惠券id
     */
    private Long userCouponId;
    /**
     * 现金支付价格
     */
    private BigDecimal cashPayment;