From cb6dfdb447afa1df4c9fc02bf3138b294d2ca366 Mon Sep 17 00:00:00 2001
From: zhs <zhs18203887318@163.com>
Date: 星期二, 03 六月 2025 15:58:39 +0800
Subject: [PATCH] 05-30 zhs
---
smartor/src/main/java/com/smartor/domain/ServiceSubtaskStatistic.java | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskStatistic.java b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskStatistic.java
index 66363b8..6f187ee 100644
--- a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskStatistic.java
+++ b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskStatistic.java
@@ -30,27 +30,36 @@
private String leavehospitaldistrictname;
@ApiModelProperty(value = "鏈嶅姟鎬婚噺")
+ @Excel(name = " 鏈嶅姟鎬婚噺 ")
private Integer serviceCount = 0;
@ApiModelProperty(value = "鎮h�呰繃婊ら噺锛堜笉鎵ц鏁伴噺锛�")
+ @Excel(name = " 鎮h�呰繃婊ら噺 ")
private Long bzxCount = 0L;
@ApiModelProperty(value = "搴旈殢璁块噺")
+ @Excel(name = " 搴旈殢璁块噺 ")
private Long ysfCount = 0L;
@ApiModelProperty(value = "鍙戦�佸け璐ヨ閲�")
+ @Excel(name = " 鍙戦�佸け璐� ")
private Long fssbCount = 0L;
@ApiModelProperty(value = "寰呭彂閫佹暟閲�")
+ @Excel(name = " 寰呭彂閫� ")
private Long dfsCount = 0L;
@ApiModelProperty(value = "宸插彂閫佹暟閲�")
+ @Excel(name = " 宸插彂閫� ")
private Long yfsCount = 0L;
+
@ApiModelProperty(value = "宸插畬鎴愭暟閲�")
+ @Excel(name = " 宸插畬鎴� ")
private Long ywcCount = 0L;
@ApiModelProperty(value = "闅忚瀹屾垚鐜�")
+ @Excel(name = " 闅忚瀹屾垚鐜� ")
private String sfwcl;
@ApiModelProperty(value = "鐭俊鍙戦�佹鏁�")
@@ -72,9 +81,10 @@
private Long dhsfwcl = 0L;
@ApiModelProperty(value = "寮傚父鎬绘暟")
+ @Excel(name = " 寮傚父鎬绘暟 ")
private Long yczs = 0L;
@ApiModelProperty(value = "鍥炲寮傚父鏁�")
+ @Excel(name = " 鍥炲寮傚父鏁� ")
private Long hfycs = 0L;
-
}
--
Gitblit v1.9.3