1、增加FTP配置;
2、修改邮件、网站配置的修改表单区域管控内容处理 Signed-off-by: zhangwei <zhangwei@intranet.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user