username@email.com
2023-03-09 26de0696f74e183e3aadad2e9ff1918b40e5c8cc
zhengcaioa/IServices/ICooperatecustomCustomerService.cs
@@ -27,5 +27,19 @@
        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);
    }
}