job_service.dart 79 B

1234567
  1. /**
  2. * Job组件对应的路由抽象接口
  3. */
  4. abstract class JobService {
  5. }