labour_sg_service.dart 194 B

12345678910111213
  1. /**
  2. * Labour组件对应的路由抽象接口 (新加坡)
  3. */
  4. abstract class LabourSGService {
  5. void startLabourRequestPage();
  6. void startJobTitlePage();
  7. void startJobListPage();
  8. }