1、staticrule增加事件类型字段

This commit is contained in:
PushM
2024-06-02 20:14:31 +08:00
parent a5fc7922fc
commit 25ade2ef06

View File

@@ -163,6 +163,7 @@ public class StaticRuleObject {
@Schema(description = "审核用户部门", example = "部门1")
private String auditUserDepart;
@JsonProperty("event_type")
@Schema(description = "事件类型", example = "DDos")
private String eventType;