Whitelist、Packet、Stream配置导入增加doLog属性.
This commit is contained in:
@@ -31,6 +31,7 @@ public class IpAllTemplate extends BasicTemplate{
|
||||
private String destPort;
|
||||
private Integer protocol;
|
||||
private Integer direction;
|
||||
private Integer doLog;
|
||||
|
||||
@ExcelField(title="config_describe",align=2,sort=1)
|
||||
public String getCfgDesc() {
|
||||
@@ -84,4 +85,11 @@ public class IpAllTemplate extends BasicTemplate{
|
||||
this.direction = direction;
|
||||
}
|
||||
|
||||
@ExcelField(title="do_log",dictType="DO_LOG",align=2,sort=2)
|
||||
public Integer getDoLog() {
|
||||
return doLog;
|
||||
}
|
||||
public void setDoLog(Integer doLog) {
|
||||
this.doLog = doLog;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user