feat: 会议室查看
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { MeetbookingVO, MeetbookingForm, MeetbookingQuery } from './model';
|
||||
import type { MeetbookingVO, MeetbookingForm, MeetbookingQuery, MeetbookingAppointmentQuery } from './model';
|
||||
|
||||
import type { ID, IDS } from '#/api/common';
|
||||
import type { PageResult } from '#/api/common';
|
||||
|
@@ -222,3 +222,4 @@ export interface MeetbookingQuery extends PageQuery {
|
||||
*/
|
||||
params?: any;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user