Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
guadoutech
/
YYHome
Suivre
3
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
db916c0ee8
Branches
Tags
dev
master
YYHome
/
packages
/
cs_router
/
lib
/
componentRouter
/
facility_service.dart
facility_service.dart
118 B
Historique
Raw
1
2
3
4
5
6
7
8
9
/*
* Facility 组件对应的路由抽象接口
*/
abstract class FacilityService {
void startFacilityPage();
}