系统业务类型管理列表展示(待完善)

This commit is contained in:
chenjinsong
2018-02-09 16:50:27 +08:00
parent f63f5c0df2
commit 68b149bedb
11 changed files with 490 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ import com.nis.web.service.configuration.MediaCfgService;
import com.nis.web.service.configuration.SslCfgService;
import com.nis.web.service.configuration.TunnelCfgService;
import com.nis.web.service.configuration.WebCfgService;
import com.nis.web.service.systemService.SystemServiceService;
public class BaseController {
@@ -88,6 +89,9 @@ public class BaseController {
@Autowired
protected AppCfgService appCfgService;
@Autowired
protected SystemServiceService systemServiceService;
protected final Logger logger = Logger.getLogger(this.getClass());