充电桩远程升级

This commit is contained in:
2023-04-06 16:32:41 +08:00
parent 263970c1e0
commit b3bbc21a82
8 changed files with 47 additions and 33 deletions

View File

@@ -11,6 +11,6 @@ import java.util.List;
@NoArgsConstructor
@AllArgsConstructor
@Builder
public class UpdateFileCommand {
public class UpdateFirmwareCommand {
List<String> pileSnList;
}