修复已知问题
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { PageParam } from '@/api';
|
||||
import type { PageParam } from '@/api/index';
|
||||
|
||||
/**
|
||||
* 模型
|
||||
|
||||
@@ -221,4 +221,5 @@ export interface ShopOrderParam extends PageParam {
|
||||
isInvoice?: boolean;
|
||||
userId?: number;
|
||||
keywords?: string;
|
||||
deliveryStatus?: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user