啊鑫
3 天以前 ed05efdc17aab076146b134ebe105b6382f221d7
MESApplication/Controllers/BasicData/SalesReturnNoticeController.cs
@@ -13,7 +13,7 @@
[Route("api/[controller]")]
public class SalesReturnNoticeController : ControllerBase
{
   private readonly MessageCenterManager _manager = new();
    private readonly MessageCenterManager _manager = new();
    private readonly SalesReturnNoticeManager m = new();
@@ -21,7 +21,8 @@
    private readonly string TableName = "SALES_RETURN_NOTICE";
    private readonly string URL = "http://localhost:10054/api/SalesReturnNotice/";
    private readonly string URL =
        "http://localhost:10054/api/SalesReturnNotice/";
    //
@@ -111,10 +112,6 @@
            return ResponseResult.ResponseError(ex);
        }
    }
    /***进入模版管理可以修改模版***/