zyf
2024-12-04 f947c5dd70611dde639fcf7b241ffe191c866d86
MESApplication/Controllers/BasicData/SalesOrderDetailController.cs
@@ -10,7 +10,7 @@
[Route("api/[controller]")]
public class SalesOrderDetailController : ControllerBase
{
    private SalesOrderDetailManager m = new SalesOrderDetailManager();
    private readonly SalesOrderDetailManager m = new();
    /***进入模版管理可以修改模版***/