using OTSIncAReportApp.OTSSampleReportInfo; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace OTSIncAReportApp.OTSDataMgrFunction { //报告项目,接口 public interface IReport { } }