From 982b21b945c3621e24c3e699e48a95a161bb192a Mon Sep 17 00:00:00 2001 From: hwh <332078369@qq.com> Date: 星期四, 11 七月 2024 11:12:52 +0800 Subject: [PATCH] 全局返回和异常处理 --- Wms/WMS.IBLL/ILogServer/IOperationSysServer.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Wms/WMS.IBLL/ILogServer/IOperationSysServer.cs b/Wms/WMS.IBLL/ILogServer/IOperationSysServer.cs index 2386291..93aeebd 100644 --- a/Wms/WMS.IBLL/ILogServer/IOperationSysServer.cs +++ b/Wms/WMS.IBLL/ILogServer/IOperationSysServer.cs @@ -49,7 +49,7 @@ /// <param name="menuno">鑿滃崟鍙�</param> /// <param name="parentno">妯″潡鍙�</param> /// <returns></returns> - Task<SqlSugarPagedList<OperationDto>> GetSysOperationList(GetOperationVm model); + Task<SqlSugarPagedList> GetSysOperationList(GetOperationVm model); /// <summary> /// 鏂板绯荤粺鎿嶄綔鏃ュ織 -- Gitblit v1.8.0