Files
admin-vben5/apps/web-antd/src/api/property/roomBooking/conferenceView/model.d.ts
2025-07-09 18:18:48 +08:00

13 lines
200 B
TypeScript

export interface getAppointmentListByDateQuery {
/**
* 日期
*/
appointmentDate?: string;
}
export interface getAppointmentListByIdQuery {
/**
* 会议室id
*/
meetId?: string;
}