IReport.cs 284 B

123456789101112131415
  1. using OTSIncAReportApp.OTSSampleReportInfo;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Text;
  6. using System.Threading.Tasks;
  7. namespace OTSIncAReportApp.OTSDataMgrFunction
  8. {
  9. //报告项目,接口
  10. public interface IReport
  11. {
  12. }
  13. }