From ec35781c1bf22d69e9cd575404895465d38b75ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AD=A3=E6=98=93?= Date: Thu, 9 Oct 2025 13:37:12 +0800 Subject: [PATCH] =?UTF-8?q?log=E8=B0=83=E6=95=B4=EF=BC=8C=E6=AD=A4?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E7=9B=AE=E5=89=8D=E5=B7=B2=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=E5=88=B0=E5=AE=A2=E6=88=B7=E6=9C=8D=E5=8A=A1=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/mes/wms/WMentryWarehousing_productController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZR.Admin.WebApi/Controllers/mes/wms/WMentryWarehousing_productController.cs b/ZR.Admin.WebApi/Controllers/mes/wms/WMentryWarehousing_productController.cs index 141a3533..903eb65e 100644 --- a/ZR.Admin.WebApi/Controllers/mes/wms/WMentryWarehousing_productController.cs +++ b/ZR.Admin.WebApi/Controllers/mes/wms/WMentryWarehousing_productController.cs @@ -141,7 +141,7 @@ namespace ZR.Admin.WebApi.Controllers.mes.wms /// /// [HttpPost("ReturnProductwarehouse")] - [Log(Title = "入库")] + [Log(Title = "退货到成品库")] public IActionResult ReturnProductwarehouse([FromBody] WmgoodsDto wmgoodsDto) { try