Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
chenchao
2019-07-12 17:39:21 +0800
Commit
a52a3026629ae10e7a0e74aa89755de4880610d5
1 parent
08522f7e
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
order/src/main/java/com/yohoufo/order/model/response/OrderDetailInfo.java
order/src/main/java/com/yohoufo/order/model/response/OrderDetailInfo.java
View file @
a52a302
...
...
@@ -200,9 +200,13 @@ public class OrderDetailInfo {
* 实付金额
*/
String
realPayPrice
;
/**
* 仓储费
*/
String
depositPrice
;
/**
* 闪购服务费
*/
String
quickDeliveServicePrice
;
}
...
...
Please
register
or
login
to post a comment