no message
This commit is contained in:
parent
c3c27e9f8c
commit
1d6e86c918
3 changed files with 90 additions and 11 deletions
|
|
@ -8,7 +8,8 @@ interface RequestItemsObject {
|
|||
id: string;
|
||||
issuer: string;
|
||||
detail: string;
|
||||
issueDate: Date;
|
||||
issueDate: number;
|
||||
issueDate2: Date;
|
||||
refCommandNo: string;
|
||||
refCommandDate: Date | null | string;
|
||||
createdFullName: string;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,8 @@ interface ResponseObject {
|
|||
id: string;
|
||||
issuer: string;
|
||||
detail: string;
|
||||
issueDate: Date;
|
||||
issueDate: number;
|
||||
issueDate2: Date;
|
||||
refCommandNo: string;
|
||||
refCommandDate: Date | null;
|
||||
createdFullName: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue