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