8.7
liugl
2020-08-07 a926b50fb8fd8995cdb5c10ec07dafcff888183b
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){