新增 车辆绑定优惠券记录表、实体类、Service、controller

This commit is contained in:
Lemon
2024-10-14 15:52:00 +08:00
parent 1acb03f56e
commit 1776075ac2
11 changed files with 544 additions and 2 deletions

View File

@@ -175,4 +175,14 @@ public class BusinessOrderDetailInfoVO {
*/
private String createTime;
/**
* 支付方式
*/
private String payMode;
/**
* 会员id
*/
private String memberId;
}

View File

@@ -146,4 +146,9 @@ public class OrderVO {
* 订单创建时间
*/
private String createTime;
/**
* 会员id
*/
private String memberId;
}