zyf
2024-12-04 f947c5dd70611dde639fcf7b241ffe191c866d86
MESApplication/Controllers/BasicData/SalesReturnNoticeDetailController.cs
@@ -8,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();
    /***进入模版管理可以修改模版***/