This commit is contained in:
Cauchy
2023-10-24 13:08:01 +08:00
parent 7c9540f3ae
commit b57b196dd5
12 changed files with 502 additions and 520 deletions

View File

@@ -22,7 +22,7 @@ public class BuyOrder implements Serializable {
private static final long serialVersionUID = 1L;
@TableId
private Integer orderId;
private Integer id;
/**
* 订单编号
*/
@@ -130,7 +130,7 @@ public class BuyOrder implements Serializable {
private List<BuyOrderDetail> products;
@TableField(exist = false)
private List<BuyOrderProduct> productInfoList;
private List<BuyOrderProduct> productList;
@TableField(exist = false)
private String buyType;