From 569bb53b544e2e178b64e229d45f047da032af36 Mon Sep 17 00:00:00 2001
From: hao <1836460075@qq.com>
Date: 星期五, 27 六月 2025 10:25:14 +0800
Subject: [PATCH] 销售退货,发货,采购退货申请反审核防呆

---
 StandardInterface/MESApplication/Controllers/BasicData/SalesReturnNoticeDetailController.cs |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/StandardInterface/MESApplication/Controllers/BasicData/SalesReturnNoticeDetailController.cs b/StandardInterface/MESApplication/Controllers/BasicData/SalesReturnNoticeDetailController.cs
index 4c80931..e8d3092 100644
--- a/StandardInterface/MESApplication/Controllers/BasicData/SalesReturnNoticeDetailController.cs
+++ b/StandardInterface/MESApplication/Controllers/BasicData/SalesReturnNoticeDetailController.cs
@@ -1,7 +1,6 @@
 锘縰sing System.Dynamic;
 using MES.Service.Modes;
 using MES.Service.service.BasicData;
-using MES.Service.service.BasicData.Sales;
 using MES.Service.util;
 using Microsoft.AspNetCore.Mvc;
 
@@ -9,9 +8,9 @@
 
 [ApiController]
 [Route("api/[controller]")]
-public class SalesReturnNoticeDetailController : ControllerBase
+public class SalesReturnDetailController : ControllerBase
 {
-    private readonly SalesReturnNoticeDetailManager m = new();
+    private readonly SalesReturnDetailManager m = new();
 
 
     /***杩涘叆妯$増绠$悊鍙互淇敼妯$増***/

--
Gitblit v1.9.3