form_service.dart 106 B

123456789
  1. /*
  2. * Form 组件对应的路由抽象接口
  3. */
  4. abstract class FormService {
  5. void startFormPage();
  6. }