临时保存知情同意书PDF列表

This commit is contained in:
xianyi
2025-12-24 15:04:54 +08:00
parent e5ea1ab45e
commit e118538557
3 changed files with 124 additions and 7 deletions

View File

@@ -335,10 +335,8 @@ export interface InputTongyishuSignSubmit {
* 提交体检知情同意书签名出参
*/
export interface OutputTongyishuSignInfo {
/** 体检知情同意书文件组合代码 */
combination_code?: string | null;
/** 体检知情同意书PDF地址 */
pdf_url?: string | null;
/** 知情同意书PDF文件列表 */
list_pdf_url?: OutputTongyishuFileInfo[] | null;
/** 消息内容 */
message?: string | null;
}