username@email.com
2023-03-27 0d96ff4e0833d6a2813a969e1ae0a48f27eee497
zhengcaioa/IServices/ICooperatecustomCustomerService.cs
@@ -1,4 +1,5 @@
using DTO;
using DTO.zcUserInfoN_db;
using Microsoft.AspNetCore.Mvc.Rendering;
using System;
using System.Collections.Generic;
@@ -41,5 +42,12 @@
        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);
    }
}