From 486301ef1bee7a85ac03d2654fd6db1bc9713f5c Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期二, 16 十二月 2025 14:56:38 +0800
Subject: [PATCH] 【丽水】随访统计导出 导出的文件名应为 X月出院随访统计
---
smartor/src/main/java/com/smartor/domain/ServiceTaskInfo.java | 17 +++++++++++++++--
1 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/ServiceTaskInfo.java b/smartor/src/main/java/com/smartor/domain/ServiceTaskInfo.java
index 6edf903..e7d1e34 100644
--- a/smartor/src/main/java/com/smartor/domain/ServiceTaskInfo.java
+++ b/smartor/src/main/java/com/smartor/domain/ServiceTaskInfo.java
@@ -75,7 +75,7 @@
private String orgguid;
@ApiModelProperty(value = "鎮h�匢D")
- private long patguid;
+ private String patguid;
@ApiModelProperty(value = "濮撳悕")
private String patname;
@@ -124,8 +124,21 @@
@ApiModelProperty(value = "绉戝")
private String deptname;
+ @ApiModelProperty(value = "绉戝CODE")
+ private String deptcode;
+
+ @ApiModelProperty(value = "鐥呭尯CODE")
+ private String districtcode;
+
+ @ApiModelProperty(value = "鐥呭尯鍚嶇О")
+ private String districtname;
+
@ApiModelProperty(value = "beizhu")
private String remark;
-
+ /**
+ * 鍒犻櫎鏍囪
+ */
+ @ApiModelProperty(value = "鍒犻櫎鏍囪")
+ private String delflag = "0";
}
--
Gitblit v1.9.3