添加业务配置控制层、事务层、数据层类
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
package com.nis.web.controller.configuration;
|
||||
|
||||
import org.springframework.stereotype.Controller;
|
||||
|
||||
/**
|
||||
* 隧道协议相关配置控制类
|
||||
* @author dell
|
||||
*
|
||||
*/
|
||||
@Controller
|
||||
public class TunnelCfgController {
|
||||
|
||||
/**
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public String l2tpList(){
|
||||
return "/configuration/tunnel/l2tpList";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user