表格修改

This commit is contained in:
lzm
2026-04-28 18:53:58 +08:00
parent 38c634f8de
commit 7fff38fb32
4 changed files with 304 additions and 172 deletions

View File

@@ -2,7 +2,7 @@ import request from '@/config/axios'
export interface ProjectOverviewExportReqVO {
year?: number
specialtyCode?: string
officeId?: number
sortType?: string
}