From 7f2ae0edca69de4e80925b79de36f31f29c138af Mon Sep 17 00:00:00 2001
From: zhs <zhs18203887318@163.com>
Date: 星期三, 05 十一月 2025 10:48:56 +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