username@email.com
2023-04-03 90dd02e591779ead7a79421b610542f00c3a9227
zhengcaioa/IServices/IIntentionCustomerService.cs
@@ -13,11 +13,13 @@
        IntentionCustomerDTO Get(string id);
        IntentionCustomerDTO GetByName(string name);
        ResultDataEntity<IntentionCustomerDTO> SearchByPaging(IntentionCustomerDTOSearch searchEntity);
        ResultEntity ModifyStatus(string id, string userid);
        List<IntentionCustomerDTO> GetList();
        List<IntentionCustomerDTO> GetList(string huiyuanId = null);
@@ -27,6 +29,18 @@
        /// </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);
        ResultEntity GetZhengfuProjectDTOByTitle(string Name, string Id);
    }
}