job_sg_service.dart 169 B

123456789101112
  1. /**
  2. * Job组件对应的路由抽象接口 (新加坡)
  3. */
  4. abstract class JobSGService {
  5. void startJobAppliedPage(String? jobId);
  6. void startReviseListPage();
  7. }