From 2f95715172c19793ed8774d3647e2ae2ce6b65c1 Mon Sep 17 00:00:00 2001
From: sinake <sinake1@qq.com>
Date: 星期四, 25 九月 2025 15:01:57 +0800
Subject: [PATCH] 新增满意度统计

---
 smartor/src/main/java/com/smartor/domain/ServiceSubtaskStatistic.java |   15 ++++++++++++++-
 1 files changed, 14 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 e3b6883..57e743e 100644
--- a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskStatistic.java
+++ b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskStatistic.java
@@ -161,9 +161,9 @@
     @ApiModelProperty(value = "浜屾鐭俊")
     @Excel(name = " 浜屾鐭俊 ")
     private Long smsAgain = 0L;
+    @Excel(name = " 浜屾寰俊 ")
 
     @ApiModelProperty(value = "浜屾寰俊")
-    @Excel(name = " 浜屾寰俊 ")
     private Long weChatAgain = 0L;
 
     @ApiModelProperty(value = "缁撴灉寮傚父")
@@ -172,4 +172,17 @@
 
     @ApiModelProperty(value = "绉戝鐥呭尯")
     private Integer statisticaltype;
+
+
+    @ApiModelProperty(value = "鍖荤敓缂栫爜")
+    private String drcode;
+
+    @ApiModelProperty(value = "鍖荤敓濮撳悕")
+    private String drname;
+
+    @ApiModelProperty(value = "濉啓婊℃剰搴︽暟閲�")
+    private Long joyCount;
+
+    @ApiModelProperty(value = "鎵�鏈夋弧鎰忓害鏁伴噺")
+    private Long joyAllCount;
 }

--
Gitblit v1.9.3