report_service.dart 147 B

1234567891011
  1. /**
  2. * Report组件对应的路由抽象接口
  3. */
  4. abstract class ReportService {
  5. void startDeviceListPage();
  6. void startReportMainPage();
  7. }