update 高德

This commit is contained in:
2023-06-27 09:14:30 +08:00
parent cf741ac3ce
commit 1f7c1f07cd
7 changed files with 51 additions and 15 deletions

View File

@@ -12,5 +12,9 @@ import java.util.List;
@AllArgsConstructor
@Builder
public class UpdateFirmwareCommand {
List<String> pileSnList;
private List<String> pileSnList;
// /update.bin
private String filePath;
}