puzhibing
2023-07-06 c0f6294b0be6789fddd652f89f820fcf6d5526cf
cloud-server-course/src/main/java/com/dsh/course/entity/TCoursePackagePayment.java
@@ -31,6 +31,10 @@
    @TableId(value = "id", type = IdType.INPUT)
    private Long id;
    /**
     * 业务编号
     */
    private String code;
    /**
     * 用户id
     */
    private Integer appUserId;
@@ -43,9 +47,9 @@
     */
    private Integer coursePackageId;
    /**
     * 支付方式(1=现金,2=玩湃币)
     * 支付方式(1=微信,2=支付宝,3=玩湃币)
     */
    private String payType;
    private Integer payType;
    /**
     * 课时数
     */