This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
k18-ntcs-web-ntc/src/main/java/com/nis/web/controller/configuration/AppCfgController.java

14 lines
222 B
Java
Raw Normal View History

package com.nis.web.controller.configuration;
import org.springframework.stereotype.Controller;
/**
* 特定协议相关配置控制类
* @author dell
*
*/
@Controller
public class AppCfgController {
}