liugl
2020-12-28 69bb7a2b82d1fa25167a9b6f06ebf5ee725e9206
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_;
@@ -81,6 +81,37 @@
        private int reservation;
        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;
        }
        public void setPeopleNumber(String peopleNumber) {
            this.peopleNumber = peopleNumber;
        }
        public String getTravelTime_() {
            return travelTime_;
@@ -266,7 +297,7 @@
            return startLon;
        }
        public double getTipMoney() {
        public Double getTipMoney() {
            return tipMoney;
        }