labour_service.dart 120 B

12345678910
  1. /**
  2. * Labour组件对应的路由抽象接口
  3. */
  4. abstract class LabourService {
  5. void startLabourRequestPage();
  6. }