feat: 会议室查看
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
import type { PageQuery, BaseEntity } from '#/api/common';
|
||||
|
||||
export interface GetMeetNameVO {
|
||||
id: string;
|
||||
name: string;
|
||||
}
|
||||
export interface RoomBookingVO {
|
||||
/**
|
||||
* 会议室id
|
||||
|
Reference in New Issue
Block a user