1、会议室预约
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
2025-07-08 17:33:42 +08:00
parent b1265fb00c
commit a3c0cbe2a5
10 changed files with 446 additions and 133 deletions

View File

@@ -14,6 +14,9 @@ import { requestClient } from '#/api/request';
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', );
}
/**
* 导出会议室增值服务列表