更新 雲科大大門口進出車輛
parent
9cc54b3865
commit
92ea4ee833
@ -35,12 +35,12 @@ data:{ "license_plate_number": "string",
|
|||||||
|
|
||||||
| 欄位名稱 | 型態 | 說明 |
|
| 欄位名稱 | 型態 | 說明 |
|
||||||
| -------- | -------- | -------- |
|
| -------- | -------- | -------- |
|
||||||
| license_plate_number | Text | Text |
|
| license_plate_number | string | 車牌號碼 |
|
||||||
| car_img | Text | Text |
|
| car_img | "" | 無 |
|
||||||
| out_car_img | Text | Text |
|
| out_car_img | "" | 無 |
|
||||||
| location | Text | Text |
|
| location | string | 進入位置 |
|
||||||
| in_time | Text | Text |
|
| in_time | Text | 進入時間 |
|
||||||
| out_time | Text | Text |
|
| out_time | Text | 出去時間 |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -56,4 +56,12 @@ data:{ "license_plate_number": "string",
|
|||||||
"location": "string",
|
"location": "string",
|
||||||
"in_time": "2024-05-20T12:51:44.129Z",
|
"in_time": "2024-05-20T12:51:44.129Z",
|
||||||
"out_time": "2024-05-20T12:51:44.129Z"}
|
"out_time": "2024-05-20T12:51:44.129Z"}
|
||||||
```
|
```
|
||||||
|
| 欄位名稱 | 型態 | 說明 |
|
||||||
|
| -------- | -------- | -------- |
|
||||||
|
| license_plate_number | string | 車牌號碼 |
|
||||||
|
| car_img | "" | 無 |
|
||||||
|
| out_car_img | "" | 無 |
|
||||||
|
| location | string | 進入位置 |
|
||||||
|
| in_time | Text | 進入時間 |
|
||||||
|
| out_time | Text | 出去時間 |
|
Loading…
Reference in New Issue
Block a user