From a2538ebbb9cdf05e3e99e37d83317af6708e2760 Mon Sep 17 00:00:00 2001 From: YangQiang Date: Tue, 3 Mar 2026 15:22:55 +0800 Subject: [PATCH] 1 --- MicoService.Demo2/Controllers/UserController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MicoService.Demo2/Controllers/UserController.cs b/MicoService.Demo2/Controllers/UserController.cs index 18e431f..914bd57 100644 --- a/MicoService.Demo2/Controllers/UserController.cs +++ b/MicoService.Demo2/Controllers/UserController.cs @@ -1,4 +1,4 @@ -using Microsoft.AspNetCore.Mvc; +using Microsoft.AspNetCore.Mvc; using Microservice.Common; using Microservice.Common.Models;