| | |
| | | */ |
| | | public static String ftpPassword; |
| | | |
| | | /** |
| | | * ftp服务器用户名 (进) |
| | | */ |
| | | public static String ftpUserNameIn; |
| | | |
| | | /** |
| | | * ftp服务器密码 (进) |
| | | */ |
| | | public static String ftpPasswordIn; |
| | | |
| | | |
| | | |
| | | /** |
| | | * ftp服务器路径 |
| | | */ |
| | | public static String ftpPath; |
| | | |
| | | |
| | | /** |
| | | * ftp服务器路径(接收内网) |
| | | */ |
| | | public static String ftpPathIn; |
| | | |
| | | /** |
| | | * 本地路径 |
| | |
| | | |
| | | |
| | | public static String jsonUrl; |
| | | |
| | | |
| | | /** |
| | | * 数据库连接用户名 |
| | | */ |
| | | public static String username; |
| | | |
| | | /** |
| | | * 数据库连接密码 |
| | | */ |
| | | public static String password; |
| | | |
| | | |
| | | |
| | | /** |
| | | * 群访群控接口调用基础url |
| | | */ |
| | | public static String qfqkBaseApiUrl; |
| | | |
| | | |
| | | public void setSqlConnect(String sqlConnect) { |
| | |
| | | FtpConfig.ftpPassword = ftpPassword; |
| | | } |
| | | |
| | | public void setFtpUserNameIn(String ftpUserNameIn) { |
| | | FtpConfig.ftpUserNameIn = ftpUserNameIn; |
| | | } |
| | | |
| | | public void setFtpPasswordIn(String ftpPasswordIn) { |
| | | FtpConfig.ftpPasswordIn = ftpPasswordIn; |
| | | } |
| | | |
| | | public void setFtpPath(String ftpPath) { |
| | | FtpConfig.ftpPath = ftpPath; |
| | | } |
| | | |
| | | public void setFtpPathIn(String ftpPathIn) { |
| | | FtpConfig.ftpPathIn = ftpPathIn; |
| | | } |
| | | |
| | | public void setLocalPath(String localPath) { |
| | |
| | | public void setJsonUrl(String jsonUrl) { |
| | | FtpConfig.jsonUrl = jsonUrl; |
| | | } |
| | | |
| | | public void setUsername(String username) { |
| | | FtpConfig.username = username; |
| | | } |
| | | |
| | | public void setPassword(String password) { |
| | | FtpConfig.password = password; |
| | | } |
| | | |
| | | public void setQfqkBaseApiUrl(String qfqkBaseApiUrl) { |
| | | FtpConfig.qfqkBaseApiUrl = qfqkBaseApiUrl; |
| | | } |
| | | } |