Commit bfeb6e5f by 张洪旺

1、完成订单 新增字段

parent 3b13a45c
......@@ -42,4 +42,40 @@ public class ParkingOrderAffirmReq {
/*** "操作人"***/
private String operator;
/***"发票明细"**/
private OrderInvoiceReq orderInvoice;
/***"车牌号"**/
private String carNumber;
/***"停车场ID"**/
private String parkingAreaId;
/***"停车场名称"**/
private String parkingAreaName;
/***"手机号"**/
private String mobile;
/***"第三方订单号"**/
private String thirdOrderCode;
/***"入场时间"**/
private Date inTime;
/***"出场时间"**/
private Date outTime;
/***"门店编号"**/
private String storeId;
/***"门店名称"**/
private String storeName;
/***"订单金额"**/
private BigDecimal originalAmount;
/*******商户名称****/
private String partnerName;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment