using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Future.Contract { /// /// 报告生成器的扩展接口 /// public interface IReportGenerator { } }