| | |
| | | using DTO; |
| | | using DTO.zcUserInfoN_db; |
| | | using Microsoft.AspNetCore.Mvc.Rendering; |
| | | using System; |
| | | using System.Collections.Generic; |
| | |
| | | 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); |
| | | } |
| | | } |