11
tjx
7 天以前 d883e7249dcd37f9bd23ea0c68d6f42bf90e398f
StandardPda/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,11 +21,12 @@
    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/";
    /// <summary>
    /// 退货通知单
    ///     退货通知单
    /// </summary>
    /// <param name="salesOrder"></param>
    /// <returns></returns>
@@ -116,10 +117,6 @@
            return ResponseResult.ResponseError(ex);
        }
    }
    /***进入模版管理可以修改模版***/