Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
order-group
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
order-group-application
order-group
Commits
bfeb6e5f
Commit
bfeb6e5f
authored
Jul 28, 2020
by
张洪旺
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、完成订单 新增字段
parent
3b13a45c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
0 deletions
+36
-0
ordercenter-sdk/src/main/java/com/freemud/application/sdk/api/ordercenter/request/carpark/ParkingOrderAffirmReq.java
+36
-0
No files found.
ordercenter-sdk/src/main/java/com/freemud/application/sdk/api/ordercenter/request/carpark/ParkingOrderAffirmReq.java
View file @
bfeb6e5f
...
...
@@ -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
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment