报文处理
This commit is contained in:
parent
ec200d4cac
commit
7616f70bb1
@ -88,4 +88,6 @@ public class ResGPSDto {
|
||||
* 中文位置
|
||||
*/
|
||||
private String chineseLocation;
|
||||
|
||||
private String ecuSn;
|
||||
}
|
||||
|
||||
@ -51,6 +51,7 @@ public class ReoprtHandler {
|
||||
if (resGpsDto.getSoc() < 20){
|
||||
//TODO:生成换电工单
|
||||
}
|
||||
resGpsDto.setEcuSn(deviceId);
|
||||
resGpsDto.setHelmetExit(helmet);
|
||||
resGpsDto.setAccOn(acc);
|
||||
resGpsDto.setWheelLocked(wheelLocked);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user