fix:对比原型增加功能交互
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import '../models/models.dart';
|
||||
import 'report_data_source.dart';
|
||||
|
||||
class MockReportDataSource implements ReportDataSource {
|
||||
class MockReportDataSource extends ReportDataSource {
|
||||
MockReportDataSource();
|
||||
|
||||
static final Institution _wgcSummary = _institutionSummary(
|
||||
|
||||
Reference in New Issue
Block a user