From a4f725f0fc99e1e51106af1b60263ac3bd2a7c30 Mon Sep 17 00:00:00 2001 From: 展杰 <1240968267@qq.com> Date: 星期二, 13 八月 2024 10:09:14 +0800 Subject: [PATCH] 合并上格新增代码 --- MESApplication/Controllers/QC/BaseController.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/MESApplication/Controllers/BaseController.cs b/MESApplication/Controllers/QC/BaseController.cs similarity index 97% rename from MESApplication/Controllers/BaseController.cs rename to MESApplication/Controllers/QC/BaseController.cs index 22ea012..dd54e7f 100644 --- a/MESApplication/Controllers/BaseController.cs +++ b/MESApplication/Controllers/QC/BaseController.cs @@ -5,7 +5,7 @@ using Microsoft.AspNetCore.Mvc; using Newtonsoft.Json.Linq; -namespace MESApplication.Controllers; +namespace MESApplication.Controllers.QC; [Route("api/[controller]")] [ApiController] -- Gitblit v1.9.3