feat:重构代办事项模块

This commit is contained in:
2025-11-06 23:52:20 +08:00
parent 6c3d2c9099
commit 783fd67398
11 changed files with 751 additions and 689 deletions

View File

@@ -0,0 +1,3 @@
String formatDate(DateTime date) {
return '${date.month}${date.day}';
}