From 5e67c8a68a746ffd8afd07590e5a40574915ebb5 Mon Sep 17 00:00:00 2001 From: EnderByEndera <707475564@qq.com> Date: Tue, 23 Apr 2024 12:14:59 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E5=8A=A8=E6=80=81=E8=A7=84=E5=88=99?= =?UTF-8?q?=E5=8F=91=E9=80=81=E7=AD=9B=E9=80=89=E6=9D=A1=E4=BB=B6=E6=97=B6?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E2=80=9C=E6=97=A5=E5=BF=97=E8=A7=84=E5=88=99?= =?UTF-8?q?ID=E2=80=9D=E5=AD=97=E6=AE=B5=202.=20=E8=A7=A3=E5=86=B3?= =?UTF-8?q?=E9=98=B2=E6=8A=A4=E5=AF=B9=E8=B1=A1=E6=9C=AA=E8=BF=94=E5=9B=9E?= =?UTF-8?q?IP=E5=AD=97=E6=AE=B5=E9=94=99=E8=AF=AF=203.=20=E5=B0=86queryTas?= =?UTF-8?q?ks=E4=B8=AD=E7=9A=84auditStatus=E4=BB=8EBoolean=E6=94=B9?= =?UTF-8?q?=E4=B8=BAInteger?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../protection/configuration/entity/task/DynamicTaskInfo.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/realtime/protection/configuration/entity/task/DynamicTaskInfo.java b/src/main/java/com/realtime/protection/configuration/entity/task/DynamicTaskInfo.java index b9afc6d..30b07fa 100644 --- a/src/main/java/com/realtime/protection/configuration/entity/task/DynamicTaskInfo.java +++ b/src/main/java/com/realtime/protection/configuration/entity/task/DynamicTaskInfo.java @@ -25,6 +25,7 @@ public class DynamicTaskInfo { private Integer ruleId; private String sourceSystem; private String eventType; + private Long logRuleId; // 从防护对象列表中获取 private List protectObjects;