From d72ff4ab9887bf2e0149f32ae9726bdcc538a58c Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期一, 15 十二月 2025 17:32:45 +0800
Subject: [PATCH] 数据采集-出入院编号修改

---
 jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/call/vo/CallSaveReqVO.java |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/call/vo/CallSaveReqVO.java b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/call/vo/CallSaveReqVO.java
index 1c261da..57d748d 100644
--- a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/call/vo/CallSaveReqVO.java
+++ b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/call/vo/CallSaveReqVO.java
@@ -44,6 +44,9 @@
     @Schema(description = "鎻掗槦鏍囪")
     private Integer jumpFlag;
 
+    @Schema(description = "鍙彿绫诲瀷")
+    private Integer callType;
+
     @Schema(description = "璇婂缂栧彿", example = "30859")
     private Long roomId;
 

--
Gitblit v1.9.3