添加更新体检导检单打印状态接口
This commit is contained in:
@@ -400,6 +400,27 @@ export interface OutputDaojiandanSignInfo {
|
||||
*/
|
||||
export type DaojiandanSignSubmitResponse = CommonActionResult<OutputDaojiandanSignInfo>;
|
||||
|
||||
/**
|
||||
* 体检导检单打印状态修改入参
|
||||
*/
|
||||
export interface InputDaojiandanPrintStatus {
|
||||
/** 体检ID */
|
||||
exam_id: number;
|
||||
}
|
||||
|
||||
/**
|
||||
* 体检导检单打印状态修改出参
|
||||
*/
|
||||
export interface OutputDaojiandanPrintStatus {
|
||||
/** 是否成功(1-成功 0-失败) */
|
||||
is_success?: number | null;
|
||||
}
|
||||
|
||||
/**
|
||||
* 体检导检单打印状态修改响应
|
||||
*/
|
||||
export type DaojiandanPrintStatusResponse = CommonActionResult<OutputDaojiandanPrintStatus>;
|
||||
|
||||
/**
|
||||
* 客户信息编辑入参
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user