From 6f1e752bf00b584c8a17569578fa8e54cdb71b60 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期一, 27 十月 2025 13:34:59 +0800
Subject: [PATCH] 处理选项不显示的问题

---
 smartor/src/main/java/com/smartor/domain/ServiceSubtaskStatistic.java |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 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 36ea120..eabcd62 100644
--- a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskStatistic.java
+++ b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskStatistic.java
@@ -179,4 +179,32 @@
 
     @ApiModelProperty(value = "鍖荤敓濮撳悕")
     private String drname;
+
+    @ApiModelProperty(value = "濉啓婊℃剰搴︽暟閲�")
+    private Integer joyCount=0;
+
+    @ApiModelProperty(value = "鎵�鏈夋弧鎰忓害鏁伴噺")
+    private Integer joyAllCount=0;
+
+    @ApiModelProperty(value = "婊℃剰搴︽瘮渚�")
+    private String joyTotal="";
+
+    @ApiModelProperty(value = "闅忚鎯呭喌:1姝e父璇煶")
+    private Integer taskSituation1 = 0;
+
+    @ApiModelProperty(value = "闅忚鎯呭喌:2鎮h�呮嫆鎺ユ垨鎷掕")
+    private Integer taskSituation2 = 0;
+
+    @ApiModelProperty(value = "闅忚鎯呭喌:3闈㈣鎴栬�呮帴璇�")
+    private Integer taskSituation3 = 0;
+
+    @ApiModelProperty(value = "闅忚鎯呭喌:4寰俊闅忚")
+    private Integer taskSituation4 = 0;
+
+    @ApiModelProperty(value = "闅忚鎯呭喌:5闅忚鐢佃瘽涓嶆纭�")
+    private Integer taskSituation5 = 0;
+
+    @ApiModelProperty(value = "闅忚鎯呭喌:6鍏朵粬")
+    private Integer taskSituation6 = 0;
+
 }

--
Gitblit v1.9.3