username@email.com
2021-09-10 83c4efe25b7b5ee027a34987f8ee508a379c1d47
zhengcaioa/IServices/IIntentionCustomerService.cs
@@ -29,6 +29,13 @@
        /// </summary>
        /// <returns></returns>
        List<IntentionCustomerDTO> GetList(string[] id);
        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);
    }
}