using NCC.Extend.Entitys.common_extend; using System.Collections.Generic; using System.Threading.Tasks; namespace NCC.Extend.Interfaces.ZyOaArticle { public interface IZyOaArticleService { Task> GetArticleList(); } }