From 5ae24ec9f20614f2bc0985872382c320407c7f0b Mon Sep 17 00:00:00 2001 From: leo890808 <158404739+leo890808@users.noreply.github.com> Date: Tue, 30 Apr 2024 16:07:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=96=E7=89=87=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebApi_data_value/Controllers/Yuntech_in_car_tableController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/WebApi_data_value/Controllers/Yuntech_in_car_tableController.cs b/WebApi_data_value/Controllers/Yuntech_in_car_tableController.cs index bcf4514..7681811 100644 --- a/WebApi_data_value/Controllers/Yuntech_in_car_tableController.cs +++ b/WebApi_data_value/Controllers/Yuntech_in_car_tableController.cs @@ -177,6 +177,7 @@ namespace Parking_space_WebAPI.Controllers out_time = c.out_time, car_img = c.car_img, location = c.location, + out_car_img = c.out_car_img }).FirstAsync();