From 04da7c06802dab351a5876b88bc00134282dcdb6 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期五, 17 十月 2025 08:47:35 +0800
Subject: [PATCH] BUG修改

---
 Controllers/MesNumericalController.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Controllers/MesNumericalController.cs b/Controllers/MesNumericalController.cs
index 50b1c42..dbc527d 100644
--- a/Controllers/MesNumericalController.cs
+++ b/Controllers/MesNumericalController.cs
@@ -93,7 +93,7 @@
     /// </summary>
     /// <returns></returns>
     [HttpPost("Insert")]
-    public ResponseResult Add([FromBody] MesNumerical data)
+    public ResponseResult Add([FromBody] MesNumericalBycl data)
     {
         try
         {
@@ -117,7 +117,7 @@
     /// </summary>
     /// <returns></returns>
     [HttpPost("InsertReturnIdentity")]
-    public ResponseResult InsertReturnIdentity([FromBody] MesNumerical data)
+    public ResponseResult InsertReturnIdentity([FromBody] MesNumericalBycl data)
     {
         try
         {
@@ -141,7 +141,7 @@
     /// </summary>
     /// <returns></returns>
     [HttpPost("Update")]
-    public ResponseResult Update([FromBody] MesNumerical data)
+    public ResponseResult Update([FromBody] MesNumericalBycl data)
     {
         try
         {

--
Gitblit v1.9.3