fix:添加批量升级创建时间
parent
9952f85374
commit
a58a129737
|
@ -18,6 +18,8 @@ import lombok.EqualsAndHashCode;
|
||||||
@AutoMapper(target = DeviceOtaInfo.class, reverseConvertGenerate = false)
|
@AutoMapper(target = DeviceOtaInfo.class, reverseConvertGenerate = false)
|
||||||
public class DeviceOtaInfoBo extends BaseDto {
|
public class DeviceOtaInfoBo extends BaseDto {
|
||||||
|
|
||||||
|
private Long id;
|
||||||
|
|
||||||
private String taskId;
|
private String taskId;
|
||||||
|
|
||||||
private String version;
|
private String version;
|
||||||
|
|
Loading…
Reference in New Issue