From 971e03ccbe5124d4761f56e71025453d1d4742bc Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期三, 17 九月 2025 14:17:08 +0800
Subject: [PATCH] 111

---
 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