打印日志

This commit is contained in:
2023-08-18 14:49:36 +08:00
parent 69f5e27e2b
commit 47c3415080
3 changed files with 35 additions and 8 deletions

View File

@@ -25,6 +25,9 @@ public class GroundLockData {
/**
* 车位锁状态
* 0x00未到位状态
* 0x55升锁到位状态
* 0xFF降锁到位状态
*/
private String parkingLockStatus;