add type ResLog sequence
This commit is contained in:
parent
326bc4ea2f
commit
3ce6168436
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue