From 6fe443c4d26f0ec5cbcc2864a0dd9ab781c59761 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周二, 20 5月 2025 14:30:39 +0800
Subject: [PATCH] 222

---
 HIAWms/server/src/CMS.Plugin.HIAWms/Controller/WmsStoreController.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/HIAWms/server/src/CMS.Plugin.HIAWms/Controller/WmsStoreController.cs b/HIAWms/server/src/CMS.Plugin.HIAWms/Controller/WmsStoreController.cs
index a6a6a7e..943d5ff 100644
--- a/HIAWms/server/src/CMS.Plugin.HIAWms/Controller/WmsStoreController.cs
+++ b/HIAWms/server/src/CMS.Plugin.HIAWms/Controller/WmsStoreController.cs
@@ -1,6 +1,6 @@
 using Ao.Lang;
 using CMS.Extensions.Abp.AspNetCore.Mvc.Filters;
-using CMS.Plugin.HIAWms.Application.Contracts.Dtos.WmsStores;
+using CMS.Plugin.HIAWms.Application.Contracts.Dtos.WmsStore;
 using CMS.Plugin.HIAWms.Application.Contracts.Services;
 using Microsoft.AspNetCore.Authorization;
 using Microsoft.AspNetCore.Http;
@@ -52,6 +52,7 @@
         /// <param name="input">杈撳叆.</param>
         /// <returns></returns>
         [HttpGet]
+        [Route("Page")]
         public virtual Task<PagedResultDto<WmsStoreDto>> GetListAsync([FromQuery] GetWmsStoreInput input)
         {
             return _wmsstoreAppService.GetListAsync(input);

--
Gitblit v1.9.3