From 0aa54059b26e6641196e9953490dd18616e916e3 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期三, 10 九月 2025 17:26:47 +0800 Subject: [PATCH] 精简修正代码 --- Controllers/Kingdee/ErpKcController.cs | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Controllers/Kingdee/ErpKcController.cs b/Controllers/Kingdee/ErpKcController.cs index 593b726..377cac7 100644 --- a/Controllers/Kingdee/ErpKcController.cs +++ b/Controllers/Kingdee/ErpKcController.cs @@ -1,17 +1,14 @@ 锘縰sing System.Dynamic; using Microsoft.AspNetCore.Mvc; - using NewPdaSqlServer.entity; +using NewPdaSqlServer.service; using NewPdaSqlServer.util; -using MES.Service.service.Kingdee; - namespace NewPdaSqlServer.Controllers.Kingdee; - [ApiController] [Route("api/[controller]")] -public class ErpKcController : ControllerBase +public class ErpKcController : ControllerBase { private readonly ErpKcManager kc = new(); private readonly string METHOD = "POST"; @@ -40,4 +37,4 @@ return ResponseResult.ResponseError(ex); } } -} +} \ No newline at end of file -- Gitblit v1.9.3