From ed05efdc17aab076146b134ebe105b6382f221d7 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期四, 10 七月 2025 10:09:29 +0800 Subject: [PATCH] 格式化代码 --- MESApplication/Controllers/BasicData/SalesReturnNoticeController.cs | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/MESApplication/Controllers/BasicData/SalesReturnNoticeController.cs b/MESApplication/Controllers/BasicData/SalesReturnNoticeController.cs index bc5249d..99022cc 100644 --- a/MESApplication/Controllers/BasicData/SalesReturnNoticeController.cs +++ b/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,7 +21,8 @@ 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/"; // @@ -111,10 +112,6 @@ return ResponseResult.ResponseError(ex); } } - - - - /***杩涘叆妯$増绠$悊鍙互淇敼妯$増***/ -- Gitblit v1.9.3