From d1568a5f8f11345e027c8feed27215568607cda0 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期二, 17 三月 2026 10:40:13 +0800
Subject: [PATCH] 查询宣教分类列表,删除分页

---
 smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java b/smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java
index f651b95..0791f67 100644
--- a/smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java
+++ b/smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java
@@ -439,4 +439,11 @@
 
     @ApiModelProperty(value = "闅忚閮ㄩ棬鍚嶇О")
     private String visitDeptName;
+
+    /**
+     * 鐤剧梾鐥呯
+     */
+    @ApiModelProperty(value = "鐤剧梾鐥呯")
+    @Excel(name = " 鐤剧梾鐥呯")
+    private String diagType;
 }

--
Gitblit v1.9.3