ratelimit数据库改为varchar,pojo改为String

This commit is contained in:
wangxin
2018-08-25 16:37:39 +08:00
parent 4233142304
commit 0354487dc8
25 changed files with 101 additions and 87 deletions

View File

@@ -22,7 +22,7 @@ public class IpAddrTemplate extends IpCfgTemplate {
}
@Override
public Integer getRatelimit() {
public String getRatelimit() {
// TODO Auto-generated method stub
return super.getRatelimit();
}