From ca8c652b53fff2c7c74c627b51ba00bc38d2ddfa Mon Sep 17 00:00:00 2001 From: lxw Date: Wed, 12 Jun 2024 17:09:29 +0800 Subject: [PATCH] controller --- WebStarter/Controllers/CarController.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/WebStarter/Controllers/CarController.cs b/WebStarter/Controllers/CarController.cs index e22061f..3e72a15 100644 --- a/WebStarter/Controllers/CarController.cs +++ b/WebStarter/Controllers/CarController.cs @@ -1,4 +1,6 @@ -using HybirdFrameworkCore.Utils; +using System; +using System.Collections.Generic; +using HybirdFrameworkCore.Utils; using HybirdFrameworkDriver.Session; using log4net; using Microsoft.AspNetCore.Mvc;