删除无用的文件

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.controller.configuration;
import org.springframework.stereotype.Controller;
/**
* WEB相关配置控制类
* @author dell
*
*/
@Controller
public class WebCfgController {
}

View File

@@ -1,11 +0,0 @@
package com.nis.web.dao.configuration;
/**
* 在线媒体相关配置数据处理类
* @author dell
*
*/
public class MediaCfgDao {
}

View File

@@ -1,11 +0,0 @@
package com.nis.web.dao.configuration;
/**
* 证书相关配置数据处理类
* @author dell
*
*/
public class SslCfgDao {
}

View File

@@ -1,20 +0,0 @@
package com.nis.web.dao.configuration;
import java.util.List;
/**
* 隧道协议相关配置数据处理类
* @author dell
*
*/
public class TunnelCfgDao {
/**
*
* @return
*/
public List getL2tpList(){
return null;
}
}

View File

@@ -1,11 +0,0 @@
package com.nis.web.dao.configuration;
/**
* WEB相关配置数据处理类
* @author dell
*
*/
public class WebCfgDao {
}

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 {
}