GitLab
liangchengyou
/
wow_english
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
dd3a2881a491b8c606dc59c331f584a00171f0c4
Authored by
吴启风
2024-10-28 12:47:40 +0800
1 parent
f868aafe
fix:ios编译失败
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/common/request/api_response/api_response_entity.dart
lib/common/request/api_response/api_response_entity.dart
View file @
dd3a288
1
1
import 'dart:convert';
2
2
3
-import '
package:wow_english/common/request/api_response/
api_response_entity.g.dart';
3
+import '
api_response_entity.g.dart';
4
4
5
5
6
6
class ApiResponse<T> {
...
...