From ac044a54fab8d7d730116738b680278749a795fd Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期六, 18 七月 2026 14:28:51 +0800
Subject: [PATCH] 【景宁】预出院同步死亡
---
smartor/src/main/java/com/smartor/domain/ServiceSubtaskStatistic.java | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskStatistic.java b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskStatistic.java
index 51efcc1..96ce09f 100644
--- a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskStatistic.java
+++ b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskStatistic.java
@@ -102,6 +102,9 @@
@Excel(name = " 搴旈殢璁夸汉娆� ")
private Long followUpNeeded = 0L;
+ @ApiModelProperty(value = "棣栨鏃犻渶闅忚")
+ private Long nonFollowUpFirst = 0L;
+
@ApiModelProperty(value = "棣栨搴旈殢璁�")
@Excel(name = " 棣栨搴旈殢璁� ")
private Long needFollowUp = 0L;
@@ -228,6 +231,10 @@
@Excel(name = " 浜屾搴旈殢璁� ")
private Long needFollowUpAgain = 0L;
+ @ApiModelProperty(value = "浜屾鏃犻渶闅忚")
+ @Excel(name = " 浜屾鏃犻渶闅忚 ")
+ private Long nonFollowUpAgain = 0L;
+
@ApiModelProperty(value = "浜屾寰呴殢璁�")
@Excel(name = " 浜屾寰呴殢璁� ")
private Long pendingFollowUpAgain = 0L;
@@ -266,6 +273,16 @@
@ApiModelProperty(value = "绉戝鐥呭尯")
private Integer statisticaltype;
+ @ApiModelProperty(value = "浠诲姟ID", required = true)
+ private Long taskId;
+
+ @Excel(name = "浠诲姟鍚嶇О")
+ @ApiModelProperty(value = "浠诲姟鍚嶇О")
+ private String taskName;
+
+ @ApiModelProperty(value = "鐤剧梾鐥呯")
+ private String diagType;
+
@ApiModelProperty(value = "鍖荤敓缂栫爜")
private String drcode;
--
Gitblit v1.9.3