username@email.com
2023-01-16 5701636d0554a89cdb6a06327658de75d74f67ed
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);
    }
}