using System.Threading.Tasks; namespace GxPress.Service.Interface.FileLibrary { public interface IFileLibraryService:IService { /// /// 添加文件 /// /// /// Task InsertAsync(Entity.FileLibrary request); } }