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-argus-ntc/src/main/java/com/nis/web/service/configuration/FtpCfgService.java

14 lines
201 B
Java

package com.nis.web.service.configuration;
import org.springframework.stereotype.Service;
/**
* FTP相关配置事务类
* @author dell
*
*/
@Service
public class FtpCfgService {
}