- using OTSIncAReportApp.OTSSampleReportInfo;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace OTSIncAReportApp.OTSDataMgrFunction
- {
- //报告项目,共用接口类,基类,一起维护这个类,共同使用
- public class IReportBase : IReport
- {
- }
- }
|