From 4ad4a4263add81327ac0b6cd642019d2920cc837 Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期三, 21 八月 2024 16:39:40 +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