puzhibing
2023-07-05 35c07cedf67346e9d79449ed185af39a567fa60b
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
     */
@@ -45,7 +45,7 @@
    /**
     * 支付方式(1=现金,2=玩湃币)
     */
    private Integer payType;
    private String payType;
    /**
     * 课时数
     */