ms_service.dart 101 B

1234567
  1. /// 马来组件对应的路由抽象接口
  2. abstract class MSService {
  3. void startMSMainPage();
  4. }