property_service.dart 118 B

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