白名单、packed、stream导出
This commit is contained in:
@@ -32,13 +32,16 @@ public class AppPolicyCfg extends BaseCfg<AppPolicyCfg> {
|
||||
private static final long serialVersionUID = -5679998383250783571L;
|
||||
private static final String tableName="app_policy_cfg";
|
||||
@Expose
|
||||
@ExcelField(title="cfg_id",sort=0)
|
||||
private Integer compileId;
|
||||
@Expose
|
||||
private String ratelimit;
|
||||
private Integer appCode;//specific_service_cfg表一级节点的spec_service_code
|
||||
private Integer behavCode;//specific_service_cfg表二级节点的spec_service_code
|
||||
private Integer specServiceId;
|
||||
@ExcelField(title="basic_protocol",sort=2)
|
||||
private String appName;
|
||||
@ExcelField(title="behaviour_type",sort=3)
|
||||
private String behavName;
|
||||
private String cfgKeywords;
|
||||
private String userRegion1;
|
||||
@@ -48,7 +51,29 @@ public class AppPolicyCfg extends BaseCfg<AppPolicyCfg> {
|
||||
private String userRegion5;
|
||||
private String configType;
|
||||
|
||||
@ExcelField(title="encrypted_tunnel_behavior",sort=2)
|
||||
private String behaviorName;
|
||||
@ExcelField(title="social_app",sort=2)
|
||||
private String socialName;
|
||||
|
||||
|
||||
|
||||
|
||||
public String getBehaviorName() {
|
||||
return behaviorName;
|
||||
}
|
||||
|
||||
public void setBehaviorName(String behaviorName) {
|
||||
this.behaviorName = behaviorName;
|
||||
}
|
||||
|
||||
public String getSocialName() {
|
||||
return socialName;
|
||||
}
|
||||
|
||||
public void setSocialName(String socialName) {
|
||||
this.socialName = socialName;
|
||||
}
|
||||
|
||||
public String getConfigType() {
|
||||
return configType;
|
||||
|
||||
Reference in New Issue
Block a user