mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-24 13:05:11 +08:00
新增 车辆绑定优惠券记录表、实体类、Service、controller
This commit is contained in:
@@ -175,4 +175,14 @@ public class BusinessOrderDetailInfoVO {
|
||||
*/
|
||||
private String createTime;
|
||||
|
||||
/**
|
||||
* 支付方式
|
||||
*/
|
||||
private String payMode;
|
||||
|
||||
/**
|
||||
* 会员id
|
||||
*/
|
||||
private String memberId;
|
||||
|
||||
}
|
||||
|
||||
@@ -146,4 +146,9 @@ public class OrderVO {
|
||||
* 订单创建时间
|
||||
*/
|
||||
private String createTime;
|
||||
|
||||
/**
|
||||
* 会员id
|
||||
*/
|
||||
private String memberId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user