lisy
2023-07-06 aa0413f95fffba39cabcc78d147595da96b10b32
cloud-server-course/src/main/java/com/dsh/course/entity/TCoursePackagePayment.java
@@ -28,8 +28,8 @@
    /**
     * 主键
     */
    @TableId(value = "id", type = IdType.AUTO)
    private Integer id;
    @TableId(value = "id", type = IdType.INPUT)
    private Long id;
    /**
     * 用户id
     */
@@ -43,14 +43,22 @@
     */
    private Integer coursePackageId;
    /**
     * 支付方式(1=现金,2=玩湃币)
     * 支付方式(1=微信,2=支付宝,3=玩湃币)
     */
    private String payType;
    private Integer payType;
    /**
     * 课时数
     */
    private Integer classHours;
    /**
     * 原价
     */
    private Double originalPrice;
    /**
     * 优惠券id
     */
    private Long userCouponId;
    /**
     * 现金支付价格
     */
    private BigDecimal cashPayment;