补充上次提交 相关字典表修改SQL.

This commit is contained in:
zhangwq
2018-12-16 20:40:33 +08:00
parent e75e120ecc
commit db9972d19d
2 changed files with 22 additions and 14 deletions

View File

@@ -1,14 +0,0 @@
package com.nis.domain.configuration.template;
/**
* IP拦截 拦截
* @author dell
*
*/
public class IpInterceptMonitTemplate extends IpAllTemplate{
@Override
public Integer getProtocol() {
return super.getProtocol();
}
}