1、策略模板增查新增isProtectObject属性

This commit is contained in:
PushM
2024-05-14 15:58:01 +08:00
parent 875511977b
commit 289ffd6900
4 changed files with 16 additions and 3 deletions

View File

@@ -31,4 +31,7 @@ public class ProtectLevel {
@Schema(description = "该防护等级是处置防护对象的全流量or单向流量")
private Boolean isFullFlow = false;
@Schema(description = "该防护等级防护对象ip地址是否作为源ip地址")
private Boolean isProtectObjectIPSrc = false;
}