数据统计 - 供应商准入情况统计模块

This commit is contained in:
linxd
2025-07-10 11:00:14 +08:00
parent 6e1276fcc9
commit 42eca55bc1
7 changed files with 91 additions and 71 deletions

View File

@ -26,6 +26,10 @@ declare namespace DataStatistics {
export interface SupplierAdmissionStatistics {
pageNo: number;
pageSize: number;
supplierName?: string;
startTime?: string;
endTime?: string;
accessType?: string;
// supplierName: string;
// accessType: string;
// updateYear: number;