diff --git a/%E9%9B%B2%E7%A7%91%E5%A4%A7%E5%A4%A7%E9%96%80%E5%8F%A3%E9%80%B2%E5%87%BA%E8%BB%8A%E8%BC%9B.md b/%E9%9B%B2%E7%A7%91%E5%A4%A7%E5%A4%A7%E9%96%80%E5%8F%A3%E9%80%B2%E5%87%BA%E8%BB%8A%E8%BC%9B.md index 6a3fa1d..79d4631 100644 --- a/%E9%9B%B2%E7%A7%91%E5%A4%A7%E5%A4%A7%E9%96%80%E5%8F%A3%E9%80%B2%E5%87%BA%E8%BB%8A%E8%BC%9B.md +++ b/%E9%9B%B2%E7%A7%91%E5%A4%A7%E5%A4%A7%E9%96%80%E5%8F%A3%E9%80%B2%E5%87%BA%E8%BB%8A%E8%BC%9B.md @@ -35,12 +35,12 @@ data:{ "license_plate_number": "string", | 欄位名稱 | 型態 | 說明 | | -------- | -------- | -------- | -| license_plate_number | Text | Text | -| car_img | Text | Text | -| out_car_img | Text | Text | -| location | Text | Text | -| in_time | Text | Text | -| out_time | Text | Text | +| license_plate_number | string | 車牌號碼 | +| car_img | "" | 無 | +| out_car_img | "" | 無 | +| location | string | 進入位置 | +| in_time | Text | 進入時間 | +| out_time | Text | 出去時間 | @@ -56,4 +56,12 @@ data:{ "license_plate_number": "string", "location": "string", "in_time": "2024-05-20T12:51:44.129Z", "out_time": "2024-05-20T12:51:44.129Z"} -``` \ No newline at end of file +``` +| 欄位名稱 | 型態 | 說明 | +| -------- | -------- | -------- | +| license_plate_number | string | 車牌號碼 | +| car_img | "" | 無 | +| out_car_img | "" | 無 | +| location | string | 進入位置 | +| in_time | Text | 進入時間 | +| out_time | Text | 出去時間 | \ No newline at end of file