From 266afcd9d3b53e97b9a81e61efd095bbdbc8de9e Mon Sep 17 00:00:00 2001
From: tjx <t2856754968@163.com>
Date: 星期五, 17 十月 2025 01:17:27 +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