feat:会议室预约添加会议室类型查询条件
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
2025-07-31 16:05:16 +08:00
parent b1fa25daf1
commit 0e38ea68fe
3 changed files with 39 additions and 24 deletions

View File

@@ -40,6 +40,10 @@ export interface AttachVO {
* 创建时间
*/
createTime: string;
quantity: number;
meetAttachId: string;
}
export interface AttachForm extends BaseEntity {