修改预约表 #3

Merged
syl merged 1 commits from syl into master 2023-12-12 21:15:04 +08:00
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;