修改停车场表
parent
8d8b939cff
commit
b8ed9c0370
|
@ -28,9 +28,9 @@ public class Parking {
|
|||
*/
|
||||
private String parkingAddress;
|
||||
/*
|
||||
预约编号
|
||||
车位状态(空: 1, 已预约: 2, 无: 3)
|
||||
*/
|
||||
private Integer makeId;
|
||||
private Integer parkingState;
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue