/* * @author lsy * @date 2019-11-05 **/ import 'package:gmalpha_flutter/Annotations/RouterBaser.dart'; import 'package:gmalpha_flutter/Annotations/anno/Router.dart'; import 'package:gmalpha_flutter/AskModel/AskRouterImpl.dart'; @Router("AskRouter",AskRouterImpl,true) abstract class AskRouter implements RouterBaser{ bool showModel(); }