修改HTTP配置审核逻辑,删除逻辑,dao层处理逻辑

This commit is contained in:
zhangwei
2018-05-29 14:59:40 +08:00
parent 3f9f9f3088
commit 11e70875c8
10 changed files with 176 additions and 30 deletions

View File

@@ -23,6 +23,7 @@ public class HttpResHeadCfg extends ComplexkeywordCfg {
*/
private static final long serialVersionUID = 1306491838846197119L;
private static final String tableName="http_res_head_cfg";
/* (non-Javadoc)
* @see com.nis.domain.configuration.ComplexkeywordCfg#initDefaultValue()
@@ -35,5 +36,9 @@ public class HttpResHeadCfg extends ComplexkeywordCfg {
this.matchMethod=0;
this.exprType=0;
}
public static String getTablename() {
return tableName;
}
}