刷新导检单

This commit is contained in:
xianyi
2026-01-16 15:32:20 +08:00
parent cfc905a9b8
commit fccb014054
2 changed files with 9 additions and 0 deletions

View File

@@ -367,6 +367,8 @@ export type TongyishuSignSubmitResponse = CommonActionResult<OutputTongyishuSign
export interface InputDaojiandanInfo {
/** 体检ID */
exam_id: number;
/** 是否重新生成导检单 默认00-不重新生成 1-重新生成) */
is_regen?: number;
}
/**