@@ -9,7 +9,7 @@ export type OrderType = 'PURCHASE' | 'SALES' | 'RETURN';
/**
* 订单状态枚举
*/
-export type OrderStatus = 0 | 1 | 2 | 3 | 4 | 5;
+export type OrderStatus = typeof ORDER_STATUS[keyof typeof ORDER_STATUS];
* 订单查询参数接口