From 3d453a41ccd7c69a40bd9bfa31f8c5b159513b6b Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 10 十月 2025 16:09:00 +0800
Subject: [PATCH] 修改BUG
---
smartor/src/main/java/com/smartor/domain/ServiceSubtaskStatistic.java | 18 +++++++++++++++++-
1 files changed, 17 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..b98759a 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,20 @@
@ApiModelProperty(value = "绉戝鐥呭尯")
private Integer statisticaltype;
+
+
+ @ApiModelProperty(value = "鍖荤敓缂栫爜")
+ private String drcode;
+
+ @ApiModelProperty(value = "鍖荤敓濮撳悕")
+ private String drname;
+
+ @ApiModelProperty(value = "濉啓婊℃剰搴︽暟閲�")
+ private Integer joyCount=0;
+
+ @ApiModelProperty(value = "鎵�鏈夋弧鎰忓害鏁伴噺")
+ private Integer joyAllCount=0;
+
+ @ApiModelProperty(value = "婊℃剰搴︽瘮渚�")
+ private String joyTotal="";
}
--
Gitblit v1.9.3