liugl
2020-09-21 341606fa134b7c94bbd5b449d6e00756c183fceb
app/src/main/java/com/okgoincar/bean/OrderListBean.java
@@ -58,6 +58,15 @@
        private int state;
        private String time;
        private int type;
        private double orderMoney;
        public double getOrderMoney() {
            return orderMoney;
        }
        public void setOrderMoney(double orderMoney) {
            this.orderMoney = orderMoney;
        }
        public String stateStr(){
            switch (state){