From 1d1d0b95f2b9cef7adcaf65819572d276cf70ace Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 23 十一月 2021 14:51:42 +0800
Subject: [PATCH] 提交
---
zhengcaioa/IServices/IExpertService.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/zhengcaioa/IServices/IExpertService.cs b/zhengcaioa/IServices/IExpertService.cs
index 56c5057..7411259 100644
--- a/zhengcaioa/IServices/IExpertService.cs
+++ b/zhengcaioa/IServices/IExpertService.cs
@@ -15,7 +15,7 @@
ResultEntity ModifyStatus(string id, string userid);
- List<ExpertDTO> GetList();
+ List<ExpertDTO> GetList(string[] id = null);
ResultEntity SaveExpPromote(ExpertPromoteDTO expertPromoteDTO);
--
Gitblit v1.9.1