This commit is contained in:
Lemon
2023-08-07 09:37:43 +08:00
parent 07a4f25348
commit 433a2767ce
2 changed files with 2 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ public class GroundLockData {
/**
* 车位状态
* 0x00无车辆 0xFF停放车辆
*/
private String parkingStatus;

View File

@@ -45,6 +45,7 @@ public class GroundLockInfoVO {
/**
* 车位状态
* 0x00无车辆 0xFF停放车辆
*/
private String parkingStatus;
}