zhengcaioa/IServices/ICooperatecustomCustomerService.cs
@@ -27,5 +27,14 @@ 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); } }