From fd8a1399090dd3a57b557a7c8d270362397bc21f Mon Sep 17 00:00:00 2001 From: kyy <3283105747@qq.com> Date: 星期六, 20 九月 2025 16:45:04 +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