username@email.com
2023-02-14 0fdfaa5b08721e14c41cd89f63bbf2b7ac84691f
zhengcaioa/IServices/IIntentionCustomerService.cs
@@ -19,7 +19,7 @@
        ResultEntity ModifyStatus(string id, string userid);
        List<IntentionCustomerDTO> GetList();
        List<IntentionCustomerDTO> GetList(string huiyuanId = null);
@@ -32,5 +32,10 @@
        List<IntentionCustomerDTO> GetListsalary(string userid, DateTime datemin, DateTime datemax);
        List<IntentionCustomerDTO> GetListsalaryweixin(string userid, DateTime datemin, DateTime datemax);
        List<IntentionCustomerDTO> GetListsalaryyixiang(string userid, DateTime datemin, DateTime datemax);
    }
}