将 accountSequence 从数字类型改为字符串类型,新格式为: - 普通用户: D + YYMMDD + 5位序号 (例: D2512120001) - 系统账户: S + 10位序号 (例: S0000000001) 主要变更: - identity-service: AccountSequence 值对象改为字符串类型 - identity-service: 序列号生成器改为按日期重置计数 - 所有服务: Prisma schema 字段类型从 BigInt/Int 改为 String - 所有服务: DTO、Command、Event 中的类型定义更新 - Flutter 前端: 相关数据模型类型更新 涉及服务: - identity-service (核心变更) - referral-service - authorization-service - wallet-service - reward-service - blockchain-service - backup-service - planting-service - mpc-service - admin-service - mobile-app (Flutter) 注意: 此为破坏性变更,需要清空数据库并重新运行 migration 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| .claude | ||
| android | ||
| assets | ||
| docs | ||
| ios | ||
| lib | ||
| linux | ||
| macos | ||
| scripts | ||
| test | ||
| web | ||
| windows | ||
| .gitignore | ||
| .metadata | ||
| CLAUDE.md | ||
| README.MD | ||
| analysis_options.yaml | ||
| flutter_android_update_guide.md | ||
| flutter_telemetry_solution.md | ||
| pubspec.lock | ||
| pubspec.yaml | ||
README.MD
Create Flutter Framework
C:\Users\ph\Desktop\app>flutter create --org com.rwadurian rwa_android_app
Creating project rwa_android_app...
Resolving dependencies in `rwa_android_app`... (3.7s)
Downloading packages...
Got dependencies in `rwa_android_app`.
Wrote 130 files.
All done!
You can find general documentation for Flutter at: https://docs.flutter.dev/
Detailed API documentation is available at: https://api.flutter.dev/
If you prefer video documentation, consider: https://www.youtube.com/c/flutterdev
In order to run your application, type:
$ cd rwa_android_app
$ flutter run
Your application code is in rwa_android_app\lib\main.dart.
rwa_android_app
A new Flutter project.
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.