dao/src/main/java/com/sandu/ximon/dao/enums/OrderStatus.java @@ -22,7 +22,8 @@ // 已完成 COMPLETE(4), ; //已取消 CANCEL(-1);; private Integer status;