namespace Tiobon.Core.IServices; /// /// 课件(自定义服务接口) /// public interface IGhre_CourseWareServices : IBaseServices { Task> DownZip(long id); }