1、增加FTP配置;

2、修改邮件、网站配置的修改表单区域管控内容处理

Signed-off-by: zhangwei <zhangwei@intranet.com>
This commit is contained in:
zhangwei
2018-06-05 11:06:37 +08:00
parent 3106b50e6b
commit 03a686f002
18 changed files with 2084 additions and 56 deletions

View File

@@ -16,6 +16,7 @@ package com.nis.domain.configuration;
* @version V1.0
*/
public class FtpKeywordCfg extends BaseStringCfg{
private static final String tableName="ftp_keyword_cfg";
/**
* @Fields serialVersionUID:TODO用一句话描述这个变量表示什么
*
@@ -33,5 +34,8 @@ public class FtpKeywordCfg extends BaseStringCfg{
this.exprType=0;
this.matchMethod=0;
}
public static String getTablename() {
return tableName;
}
}