Merge branch 'develop' of http://192.168.10.125/k18_web/NFS.git into
develop Conflicts: src/main/webapp/WEB-INF/include/excel/importModal.jsp src/main/webapp/WEB-INF/views/cfg/ipaddr/ipList.jsp 增加region和service导入属性,动态控制导入业务 优化导入界面
This commit is contained in:
@@ -18,6 +18,15 @@ public class FunctionServiceDict extends BaseCfg<FunctionServiceDict> {
|
||||
private String actionCode;
|
||||
private String regionCode;
|
||||
|
||||
private Integer isImport;
|
||||
|
||||
public Integer getIsImport() {
|
||||
return isImport;
|
||||
}
|
||||
public void setIsImport(Integer isImport) {
|
||||
this.isImport = isImport;
|
||||
}
|
||||
|
||||
public String getRegionCode() {
|
||||
return regionCode;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user