From 45fc44ee1249a12b4576d6705506a28d11c5ab9e Mon Sep 17 00:00:00 2001
From: zhs <zhs18203887318@163.com>
Date: 星期四, 30 十月 2025 11:06:59 +0800
Subject: [PATCH] 删除问题文件

---
 smartor/src/main/java/com/smartor/domain/ServiceSubtaskCountReq.java |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskCountReq.java b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskCountReq.java
index 86a77cc..3ad9f22 100644
--- a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskCountReq.java
+++ b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskCountReq.java
@@ -23,7 +23,11 @@
     private Long userId;
 
     private Integer visitCount;
+
     private Integer isVisitAgain;
+
+    @ApiModelProperty(value = "寮傚父棰勮锛�0缁胯壊锛�1绾㈣壊锛�2榛勮壊")
+    private Integer isabnormal;
 
     @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
     @ApiModelProperty(value = "寮�濮嬫椂闂�")
@@ -44,4 +48,11 @@
 
     @ApiModelProperty(value = "绉戝鐥呭尯")
     private Integer statisticaltype;
+
+    private String visitDeptCode;
+    private String visitDeptName;
+
+    @ApiModelProperty(value = "鍖荤敓缂栫爜")
+    private String drcode;
+
 }

--
Gitblit v1.9.3