修复已知问题

This commit is contained in:
2025-08-05 21:40:08 +08:00
parent 80ca721826
commit 27505c1c64
8 changed files with 317 additions and 114 deletions

View File

@@ -1,4 +1,4 @@
import type { PageParam } from '@/api';
import type { PageParam } from '@/api/index';
/**
* 模型

View File

@@ -221,4 +221,5 @@ export interface ShopOrderParam extends PageParam {
isInvoice?: boolean;
userId?: number;
keywords?: string;
deliveryStatus?: number;
}