feat(store): complete partner store overhaul with mapping, household search, financial analytics, and resident notification system

This commit is contained in:
Developer
2026-07-02 12:47:50 +08:00
parent 647af45b99
commit c4cbdb42c7
20 changed files with 692 additions and 227 deletions

View File

@@ -31,6 +31,7 @@ class QrCode extends Model
'scanned_by_user_id',
'expires_at',
'metadata',
'replacement_for_id',
];
protected function casts(): array