From 604dffaca7b56de038820bc94a827618c8342127 Mon Sep 17 00:00:00 2001 From: "qianhao.xu" Date: Wed, 27 Mar 2024 14:36:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/mes/wms/WMlocationInfoController.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ZR.Admin.WebApi/Controllers/mes/wms/WMlocationInfoController.cs b/ZR.Admin.WebApi/Controllers/mes/wms/WMlocationInfoController.cs index 9360fa52..40d413cc 100644 --- a/ZR.Admin.WebApi/Controllers/mes/wms/WMlocationInfoController.cs +++ b/ZR.Admin.WebApi/Controllers/mes/wms/WMlocationInfoController.cs @@ -9,6 +9,9 @@ using static System.Runtime.InteropServices.JavaScript.JSType; namespace ZR.Admin.WebApi.Controllers.mes.wms { + /// + /// 库位信息 + /// [Route("/mes/wm/storagelocation")] public class WMlocationInfoController : BaseController