用户订单列表

用户订单各状态下数量
This commit is contained in:
wuchunlei
2024-05-31 17:59:42 +08:00
parent de0e629742
commit 8abb033014
4 changed files with 84 additions and 9 deletions

View File

@@ -65,6 +65,10 @@ public class BuyOrder implements Serializable {
* 地址
*/
private String address;
/**
* 订单来源0疯子读书1国学众妙之门2医学吴门医述
*/
private Integer come;
/**
* 支付方式 1微信2支付宝3ios内购 4虚拟币
*/