From 8de9a465342385e0ebee7dc430abadd69a2b67dd Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期一, 28 六月 2021 12:42:46 +0800 Subject: [PATCH] 工资修改 --- zhengcaioa/IServices/IIntentionVisitService.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/zhengcaioa/IServices/IIntentionVisitService.cs b/zhengcaioa/IServices/IIntentionVisitService.cs index b0dec71..ff9d598 100644 --- a/zhengcaioa/IServices/IIntentionVisitService.cs +++ b/zhengcaioa/IServices/IIntentionVisitService.cs @@ -19,5 +19,7 @@ ResultEntity ModifyStatus(string id, string userid); List<IntentionCustomerDTO> GetList(string[] id); + + List<IntentionVisitDTO> GetListsalary(string userid, DateTime datemin, DateTime datemax); } } -- Gitblit v1.9.1