系统业务类型管理列表展示(待完善)
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user