-- 新版提交

This commit is contained in:
yc13649764453
2023-09-09 13:51:35 +08:00
parent 763e24b4e0
commit 0b193caa03
92 changed files with 3451 additions and 1120 deletions

View File

@@ -66,7 +66,7 @@ public class BuyOrderEntity implements Serializable {
*/
private String address;
/**
* 支付方式 1支付宝2微信3ios内购
* 支付方式 1支付宝2微信3ios内购 4虚拟币
*/
private String paymentMethod;
/**
@@ -173,6 +173,9 @@ public class BuyOrderEntity implements Serializable {
* 支付时间
*/
private Date paymentDate;
@TableField("product_id")
private String productId;
@TableField("record_id")
private Integer recordId;
}