liugl
2020-09-01 f2124ee623ac169d5f82bc85eba6ebf377f58b07
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){