using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Ys.Core.Common;
using djy.Paas.Model;
namespace djy.Paas.IService
{
///
/// 客户资料接口
///
public interface IClientLinkInfoService:IsBase
{
///
/// 企业客户联系信息查询
///
///
///
///
ReturnPagedResult GetList(ClientLinkInfoDto Dto, ApiFromDto apiFrom);
}
}