Merge branch 'master' of http://47.109.37.87:3000/by2025/admin-vben5
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
FLL
2025-07-09 15:04:14 +08:00
13 changed files with 1370 additions and 11 deletions

View File

@@ -15,7 +15,7 @@ export function attachList(params?: AttachQuery) {
return requestClient.get<PageResult<AttachVO>>('/property/attach/list', { params });
}
export function attachListAll() {
return requestClient.get<PageResult<AttachVO>>('/property/attach/attachList', );
return requestClient.get<AttachVO[]>('/property/attach/attachList', );
}
/**