/** * Job组件对应的路由抽象接口 (新加坡) */ abstract class JobSGService { void startJobAppliedPage(String? jobId); void startReviseListPage(); }