puzhibing
2023-07-12 134d13688e4b6677133ba2d362d2978d8bda2b87
cloud-server-account/src/main/java/com/dsh/account/feignclient/course/model/TCoursePackagePayment.java
@@ -25,7 +25,7 @@
     */
    private Integer coursePackageId;
    /**
     * 支付方式(1=现金,2=玩湃币)
     * 支付方式(1=微信 2=支付宝 3=玩湃币)
     */
    private Integer payType;
    /**
@@ -88,5 +88,13 @@
     * 添加时间
     */
    private Date insertTime;
    /**
     * 业务编号
     */
    private String code;
    /**
     * 原价
     */
    private Double originalPrice;
}