11
wbc
2025-05-29 c846eaf61febfeba340213ee2d692182ea0ccb90
MESApplication/Controllers/BasicData/ShipmentNoticeController.cs
@@ -10,7 +10,7 @@
[Route("api/[controller]")]
public class ShipmentNoticeController : ControllerBase
{
    private ShipmentNoticeManager m = new ShipmentNoticeManager();
    private readonly ShipmentNoticeManager m = new();
    /***进入模版管理可以修改模版***/