feat: 会议室查看
This commit is contained in:
12
apps/web-antd/src/api/property/roomBooking/conferenceView/model.d.ts
vendored
Normal file
12
apps/web-antd/src/api/property/roomBooking/conferenceView/model.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
export interface getAppointmentListByDateQuery {
|
||||
/**
|
||||
* 日期
|
||||
*/
|
||||
appointmentDate?: string;
|
||||
}
|
||||
export interface getAppointmentListByIdQuery {
|
||||
/**
|
||||
* 会议室id
|
||||
*/
|
||||
meetId?: string;
|
||||
}
|
Reference in New Issue
Block a user