删除无用的文件

Signed-off-by: zhangwei <zhangwei@intranet.com>
This commit is contained in:
zhangwei
2018-06-08 17:00:25 +08:00
parent 245e6683de
commit ad4a934ca4
9 changed files with 0 additions and 124 deletions

View File

@@ -1,13 +0,0 @@
package com.nis.web.service.configuration;
import org.springframework.stereotype.Service;
/**
* 在线媒体相关配置事务类
* @author dell
*
*/
@Service
public class MediaCfgService {
}

View File

@@ -1,13 +0,0 @@
package com.nis.web.service.configuration;
import org.springframework.stereotype.Service;
/**
* 证书相关配置事务类
* @author dell
*
*/
@Service
public class SslCfgService {
}

View File

@@ -1,19 +0,0 @@
package com.nis.web.service.configuration;
import java.util.List;
import org.springframework.stereotype.Service;
/**
* 隧道协议相关配置事务类
* @author dell
*
*/
@Service
public class TunnelCfgService {
public List getL2tpList(){
return null;
}
}

View File

@@ -1,13 +0,0 @@
package com.nis.web.service.configuration;
import org.springframework.stereotype.Service;
/**
* WEB相关配置事务类
* @author dell
*
*/
@Service
public class WebCfgService {
}