From 9b55891e6dd57bc244e6c5654434b32e05c83496 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期三, 25 九月 2024 15:10:25 +0800
Subject: [PATCH] 异常监控排除已经审核过的工单作为状态
---
ycl-pojo/src/main/java/com/ycl/platform/domain/vo/CalculateRuleVO.java | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/CalculateRuleVO.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/CalculateRuleVO.java
index a1344e8..0e5d2aa 100644
--- a/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/CalculateRuleVO.java
+++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/CalculateRuleVO.java
@@ -59,4 +59,8 @@
private Integer deleted;
private Integer unitId;
+ //杩濊璺暟銆佷釜鏁�
+ private Integer num;
+ //宸ュ崟涓嬪彂鍒板鏍搁�氳繃鐨勬椂闂�
+ private long handleTime;
}
--
Gitblit v1.8.0