(1)app domain导入提交
(2)asn no字段扩展为long类型,数据库对应字段扩展为bigint
This commit is contained in:
@@ -16,12 +16,12 @@ public class ConfigGroupInfo {
|
||||
private Integer groupType;
|
||||
@ExcelField(title="cfg_id",sort=301)
|
||||
private Integer compileId;
|
||||
private Integer asnId;
|
||||
private Long asnId;
|
||||
|
||||
public Integer getAsnId() {
|
||||
public Long getAsnId() {
|
||||
return asnId;
|
||||
}
|
||||
public void setAsnId(Integer asnId) {
|
||||
public void setAsnId(Long asnId) {
|
||||
this.asnId = asnId;
|
||||
}
|
||||
public Integer getCompileId() {
|
||||
|
||||
Reference in New Issue
Block a user