From f2fae5a8c221528977fe90789f00a895ced212c3 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期一, 23 三月 2026 17:16:03 +0800
Subject: [PATCH] 新增病区与科室组合
---
smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScriptVO.java | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScriptVO.java b/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScriptVO.java
index 93693ca..b47a625 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScriptVO.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScriptVO.java
@@ -180,6 +180,12 @@
private String categoryName;
/**
+ * 绫诲埆ID
+ */
+ @Excel(name = "绫诲埆ID")
+ @ApiModelProperty(value = "绫诲埆ID")
+ private Long assortid;
+ /**
* 鎸囨爣閫夐」
*/
@Excel(name = "鎸囨爣閫夐」")
@@ -340,6 +346,8 @@
@ApiModelProperty(value = "寮傚父棰勮锛�0缁胯壊锛�1绾㈣壊锛�2榛勮壊")
private Long isabnormal;
+ private List<Integer> sendTaskids;
+
/**
* 璇濇湳閫夐」
*/
--
Gitblit v1.9.3