From 193807b4c32ba9517e7ba060983cb3f32851d09d Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期四, 30 十月 2025 18:48:07 +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