labour_sg_service.dart 167 B

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