add type ResLog sequence

This commit is contained in:
Net 2024-07-30 11:00:32 +07:00
parent 326bc4ea2f
commit 3ce6168436

View file

@ -28,6 +28,7 @@ interface ResLog {
systemName: string; systemName: string;
username: string; // username: string; //
responseDescription: string; // responseDescription: string; //
sequence: Record<string, any>;
tId: string; tId: string;
} }