From 6f666ab6b8515ed988646ff1a9161f2f7eb6ee12 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期三, 21 八月 2024 17:26:18 +0800 Subject: [PATCH] 更正 --- MESApplication/Controllers/BasicData/SalesReturnNoticeController.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/MESApplication/Controllers/BasicData/SalesReturnNoticeController.cs b/MESApplication/Controllers/BasicData/SalesReturnNoticeController.cs index ba82e5d..8df7421 100644 --- a/MESApplication/Controllers/BasicData/SalesReturnNoticeController.cs +++ b/MESApplication/Controllers/BasicData/SalesReturnNoticeController.cs @@ -10,7 +10,7 @@ [Route("api/[controller]")] public class SalesReturnNoticeController : ControllerBase { - private SalesReturnNoticeManager m = new SalesReturnNoticeManager(); + private readonly SalesReturnNoticeManager m = new(); /***杩涘叆妯$増绠$悊鍙互淇敼妯$増***/ -- Gitblit v1.9.3