commit
7fa35df738
|
@ -24,9 +24,10 @@ public class LogMake {
|
|||
*/
|
||||
private Integer makeId;
|
||||
/*
|
||||
车辆编号
|
||||
车牌号
|
||||
*/
|
||||
private Integer carId;
|
||||
private String carNum;
|
||||
|
||||
/*
|
||||
车位状态(空: 1, 已预约: 2, 无: 3)
|
||||
*/
|
||||
|
@ -38,7 +39,15 @@ public class LogMake {
|
|||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
|
||||
private Date makeTime;
|
||||
|
||||
/*
|
||||
停车场id
|
||||
*/
|
||||
private Integer parkingId;
|
||||
|
||||
/*
|
||||
用户id
|
||||
*/
|
||||
private Integer userId;
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue