dashboard_state.dart 152 B

12345678
  1. import 'package:domain/entity/response/s_g_dashboard_entity.dart';
  2. class DashboardState {
  3. List<SGDashboardAgencyList> datas = []; //列表数据
  4. }