username@email.com
2023-02-02 db0147994ef4899702ac864ac0794a79fe980416
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);
    }
}