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-26 17:03:56 +0800
Commit
a8c633c79045f631cff18e0617f125b581428065
1 parent
6e4bc96d
change data type 2 package
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 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 @
a8c633c
...
...
@@ -66,7 +66,7 @@ public class OrderDetailInfo {
*/
private
String
income
;
private
d
ouble
earnestMoney
;
private
D
ouble
earnestMoney
;
private
String
earnestMoneyStr
;
...
...
Please
register
or
login
to post a comment