From 058e5ab99d57995d834b16fc4937a4bc559fe117 Mon Sep 17 00:00:00 2001
From: cnf <3283105747@qq.com>
Date: 星期三, 05 十一月 2025 14:29:30 +0800
Subject: [PATCH] 委外功能修改测通

---
 Controllers/Kingdee/ErpKcController.cs |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/Controllers/Kingdee/ErpKcController.cs b/Controllers/Kingdee/ErpKcController.cs
index 377cac7..c0f7f6a 100644
--- a/Controllers/Kingdee/ErpKcController.cs
+++ b/Controllers/Kingdee/ErpKcController.cs
@@ -1,14 +1,17 @@
 锘縰sing System.Dynamic;
 using Microsoft.AspNetCore.Mvc;
+
 using NewPdaSqlServer.entity;
 using NewPdaSqlServer.service;
 using NewPdaSqlServer.util;
 
+
 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";
@@ -37,4 +40,4 @@
             return ResponseResult.ResponseError(ex);
         }
     }
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3