This commit is contained in:
2023-06-29 16:58:29 +08:00
parent 925c468d55
commit 44d39d673a
4 changed files with 37 additions and 12 deletions

View File

@@ -21,4 +21,9 @@ public class UpdateFirmwareDTO {
* 固件路径
*/
private String filePath;
/**
* 固件id
*/
private String firmwareId;
}