refactor: member dynamic page

fix: DynamicsDataModel parsing error

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-11-21 12:21:35 +08:00
parent 76d1219978
commit f54859098c
14 changed files with 155 additions and 176 deletions

View File

@@ -31,7 +31,7 @@ class DynamicItemModel {
});
Map? basic;
String? idStr;
dynamic idStr;
ItemModulesModel? modules;
ItemOrigModel? orig;
String? type;