packet ip asn下发时加入用户自定义域ASN_ID,config_group_info表新增字段asn_id

This commit is contained in:
wangxin
2018-10-25 19:05:07 +08:00
parent fb2668d15f
commit 6855454715
8 changed files with 38 additions and 6 deletions

View File

@@ -16,7 +16,14 @@ public class ConfigGroupInfo {
private Integer groupType;
@ExcelField(title="cfg_id",sort=301)
private Integer compileId;
private Integer asnId;
public Integer getAsnId() {
return asnId;
}
public void setAsnId(Integer asnId) {
this.asnId = asnId;
}
public Integer getCompileId() {
return compileId;
}