From 92ea4ee833868d74f3fc0957c4501d6d6c4fcc74 Mon Sep 17 00:00:00 2001 From: B10912128 Date: Mon, 20 May 2024 21:09:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E9=9B=B2=E7=A7=91?= =?UTF-8?q?=E5=A4=A7=E5=A4=A7=E9=96=80=E5=8F=A3=E9=80=B2=E5=87=BA=E8=BB=8A?= =?UTF-8?q?=E8=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...%A3%E9%80%B2%E5%87%BA%E8%BB%8A%E8%BC%9B.md | 22 +++++++++++++------ 1 file changed, 15 insertions(+), 7 deletions(-) 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