/* * Service 组件对应的路由抽象接口 */ abstract class ServiceService { void startServicePage(); void startServiceOrderDetailPage(String id); }