Authored by chenchao

change data type 2 package

@@ -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