完善身份证签到

This commit is contained in:
xianyi
2025-12-15 10:26:59 +08:00
parent 08382a0794
commit 6ccf5fb2f7
3 changed files with 117 additions and 36 deletions

View File

@@ -255,8 +255,8 @@ export type CustomerDetailResponse = CommonActionResult<OutputCustomerDetail>;
* 体检中心签到入参
*/
export interface InputMedicalExamCenterSignIn {
/** 身份证 */
id_no: string;
/** 身份证件照片格式jpg */
id_no_pic: File | Blob;
}
/**