username@email.com
2023-03-08 f7a2d28869cc31c7dbe057a1d80dd40536d97fed
zhengcaioa/IServices/IIntentionCustomerService.cs
@@ -19,7 +19,7 @@
        ResultEntity ModifyStatus(string id, string userid);
        List<IntentionCustomerDTO> GetList();
        List<IntentionCustomerDTO> GetList(string huiyuanId = null);
@@ -29,6 +29,16 @@
        /// </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);
        ResultEntity saveKhlx(CooperatecustomCustomerDTO cooperatecustomCustomerDTO);
    }
}