username@email.com
2022-01-25 138102a3fd32ed560297622e7ac753b3a0c3ffd3
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);
    }
}