change data type 2 package
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -66,7 +66,7 @@ public class OrderDetailInfo { | @@ -66,7 +66,7 @@ public class OrderDetailInfo { | ||
66 | */ | 66 | */ |
67 | private String income; | 67 | private String income; |
68 | 68 | ||
69 | - private double earnestMoney; | 69 | + private Double earnestMoney; |
70 | 70 | ||
71 | private String earnestMoneyStr; | 71 | private String earnestMoneyStr; |
72 | 72 |
-
Please register or login to post a comment