uploadFirmware 上传固件接口

This commit is contained in:
Guoqs
2024-05-20 11:43:00 +08:00
parent c9c7421d9f
commit 3571f7828f
7 changed files with 29 additions and 6 deletions

View File

@@ -20,6 +20,12 @@ public class UpdateFirmwareCommand {
// 远程更新服务器端口
private int port;
// 远程更新 ftp用户名
private String username;
// 远程更新 ftp密码
private String password;
// 文件路径
private String filePath;