初始提交
This commit is contained in:
9
bin/repository/TestRepository.dart
Normal file
9
bin/repository/TestRepository.dart
Normal file
@@ -0,0 +1,9 @@
|
||||
import 'package:EasyDartModule/EasyDartModule.dart';
|
||||
|
||||
class TestRepository {
|
||||
static Future<List<Map<String, dynamic>>> query() {
|
||||
return EasyDartModule.dataBase.query(
|
||||
"test",
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user