From 0dcd5b438b174a8d72646fccecd5d89d264cfb91 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期三, 30 十月 2024 20:23:42 +0800 Subject: [PATCH] 111 --- MESApplication/Controllers/BasicData/OrganizeController.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/MESApplication/Controllers/BasicData/OrganizeController.cs b/MESApplication/Controllers/BasicData/OrganizeController.cs index 9253bec..cd3a95e 100644 --- a/MESApplication/Controllers/BasicData/OrganizeController.cs +++ b/MESApplication/Controllers/BasicData/OrganizeController.cs @@ -2,11 +2,12 @@ using MES.Service.Dto.webApi; using MES.Service.Modes; using MES.Service.service; +using MES.Service.service.BasicData; using MES.Service.util; using Microsoft.AspNetCore.Mvc; using Newtonsoft.Json; -namespace MESApplication.Controllers; +namespace MESApplication.Controllers.BasicData; [ApiController] [Route("api/[controller]")] -- Gitblit v1.9.3