using NCC.Extend.Entitys.common_extend;
using System.Threading.Tasks;
namespace NCC.Extend.Interfaces
{
///
/// 邮件收发
/// 版 本:V1.20.15
/// 版 权:Wesley(https://www.NCCsoft.com)
/// 作 者:NCC开发平台组
/// 日 期:2022-03-16
///
public interface IEmailService
{
///
/// 门户未读邮件
///
///
Task GetUnreadList();
///
/// 信息(配置)
///
///
Task GetConfigInfo();
}
}