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;
|
||||
username: string; //
|
||||
responseDescription: string; //
|
||||
sequence: Record<string, any>;
|
||||
tId: string;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue