/* * Form 组件对应的路由抽象接口 */ abstract class FormService { void startFormPage(); void startFormDetailPage(String estateFormId, String taskId, String typeId); }