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/restful/IpCfgController.java
2018-02-07 14:51:11 +08:00

28 lines
638 B
Java

/**
*@Title: DnsIpCfgController.java
*@Package com.nis.web.controller.restful
*@Description TODO
*@author dell
*@date 2018年2月7日 下午2:16:58
*@version 版本号
*/
package com.nis.web.controller.restful;
import org.springframework.stereotype.Service;
import org.springframework.web.bind.annotation.RequestMapping;
import com.nis.web.controller.BaseController;
/**
* @ClassName: DnsIpCfgController.java
* @Description: TODO
* @author (dell)
* @date 2018年2月7日 下午2:16:58
* @version V1.0
*/
@Service
@RequestMapping("/")
public class IpCfgController extends BaseController {
}