feat(web): add user ID and name to transaction details for better tracking

This commit is contained in:
2026-03-11 12:09:15 +08:00
parent ee329c7b9b
commit 9bdeea8a12
3 changed files with 23 additions and 2 deletions

View File

@@ -101,6 +101,8 @@ export type Transaction = {
connectorNumber: number | null;
idTag: string;
idTagStatus: string | null;
idTagUserId: string | null;
idTagUserName: string | null;
startTimestamp: string;
stopTimestamp: string | null;
startMeterValue: number | null;