From 48d32c21519998b29f85960774a79e4c5519bdf8 Mon Sep 17 00:00:00 2001
From: sinake <sinake1@qq.com>
Date: 星期五, 10 十月 2025 17:01:53 +0800
Subject: [PATCH] 新增随访情况

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

diff --git a/smartor/src/main/java/com/smartor/domain/ServiceSubtask.java b/smartor/src/main/java/com/smartor/domain/ServiceSubtask.java
index 9cda916..e688230 100644
--- a/smartor/src/main/java/com/smartor/domain/ServiceSubtask.java
+++ b/smartor/src/main/java/com/smartor/domain/ServiceSubtask.java
@@ -625,4 +625,20 @@
     @Excel(name = "ps")
     @ApiModelProperty(value = "ps")
     private Integer ps;
+
+
+    /**
+     * 鎮h�呮潵婧�
+     */
+    @ApiModelProperty(value = "缁忕鍖荤敓缂栫爜")
+    private String managementDoctorCode;
+
+    /**
+     * 鎮h�呮潵婧�
+     */
+    @ApiModelProperty(value = "缁忕鍖荤敓")
+    private String managementDoctor;
+
+    @ApiModelProperty(value = "闅忚鎯呭喌:1姝e父璇煶,2鎮h�呮嫆鎺ユ垨鎷掕,3闈㈣鎴栬�呮帴璇�,4寰俊闅忚,5闅忚鐢佃瘽涓嶆纭�,6鍏朵粬")
+    private String taskSituation;
 }

--
Gitblit v1.9.3