| | |
| | | using DTO; |
| | | using DTO.zcUserInfoN_db; |
| | | using Microsoft.AspNetCore.Mvc.Rendering; |
| | | using System; |
| | | using System.Collections.Generic; |
| | |
| | | |
| | | ResultEntity ModifyStatus(string id, string userid); |
| | | |
| | | List<CooperatecustomCustomerDTO> GetList(); |
| | | List<CooperatecustomCustomerDTO> GetList(string HuiyuanId = "",string Name=""); |
| | | List<CooperatecustomCustomerDTO> GetListsalary(string userid, DateTime datemin, DateTime datemax); |
| | | |
| | | |
| | | List<CooperatecustomCustomerDTO> GetListsalaryqiandan(string userid, DateTime datemin, DateTime datemax); |
| | | |
| | | List<CooperatecustomCustomerDTO> GetListsalaryweixin(string userid, DateTime datemin, DateTime datemax); |
| | | |
| | | |
| | | ResultEntity saveyufukuan(CooperatecustomCustomerDTO cooperatecustomCustomerDTO); |
| | | |
| | | |
| | | ResultEntity saveCustomerGuanlian(CustomerGuanlianDTO DTO); |
| | | |
| | | ResultEntity DeleteCustomerGuanlian(string CustomerId, string SecCustomerId); |
| | | |
| | | List<CooperatecustomCustomerDTO> GetListCustomerGuanlian(string CustomerId); |
| | | |
| | | CustomerGuanlianDTO GetCustomerGuanlian(string CustomerId,string SecCustomerId); |
| | | |
| | | |
| | | ResultDataEntity<CooperatecustomCustomerDTO> SearchByPagingAll(CooperatecustomCustomerDTOSearch searchEntity); |
| | | |
| | | ResultEntity saveKhlx(CooperatecustomCustomerDTO cooperatecustomCustomerDTO); |
| | | |
| | | ResultDataEntity<FrameworkUserDTO> SearchByPagingGuanlianHuiyuan(FrameworkUserSearch searchEntity); |
| | | |
| | | ResultEntity saveCustomerGuanlian(CustomerGuanlianhuiyuan DTO, string CustomerIddel); |
| | | |
| | | |
| | | List<FrameworkUserDTO> GetListFrameworkUser(string CustomerId); |
| | | } |
| | | } |