完善报告寄送地址功能

This commit is contained in:
xianyi
2025-12-25 10:55:24 +08:00
parent 29d1ea035c
commit 385bf8fa81
2 changed files with 166 additions and 7 deletions

View File

@@ -862,7 +862,7 @@ export type ReportSendQRcodeResponse = CommonActionResult<OutputReportSendQRcode
*/
export interface InputReportSendInfo {
/** 预约ID */
appointment_id: number;
physical_exam_id: number;
}
/**