packet ip asn下发时加入用户自定义域ASN_ID,config_group_info表新增字段asn_id
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user