liugl
2021-01-14 40f9ac00ec5e4d6363450d1c8e0b0937cc0b1de4
app/src/main/java/com/okgoincar/bean/OrderBean.java
@@ -72,7 +72,7 @@
        private double startDistance;
        private double startLat;
        private double startLon;
        private double tipMoney;
        private Double tipMoney;
        private double totalDistance;
        private String travelTime;
        private String travelTime_;
@@ -82,6 +82,28 @@
        private String type;
        private String emergencyCall;
        private String peopleNumber;
        private String  differenceMoney;
        private String cargoType;
        public String getCargoType() {
            return cargoType;
        }
        public void setCargoType(String cargoType) {
            this.cargoType = cargoType;
        }
        public void setTipMoney(Double tipMoney) {
            this.tipMoney = tipMoney;
        }
        public String getDifferenceMoney() {
            return differenceMoney;
        }
        public void setDifferenceMoney(String differenceMoney) {
            this.differenceMoney = differenceMoney;
        }
        public String getPeopleNumber() {
            return peopleNumber;
@@ -275,7 +297,7 @@
            return startLon;
        }
        public double getTipMoney() {
        public Double getTipMoney() {
            return tipMoney;
        }