Merge pull request '修改预约表' (#3) from syl into master

Reviewed-on: #3
master
syl 2023-12-12 21:15:03 +08:00
commit 7fa35df738
1 changed files with 11 additions and 2 deletions

View File

@ -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;