no message
This commit is contained in:
parent
ea91acf18a
commit
9693c689e6
8 changed files with 42 additions and 39 deletions
|
|
@ -10,7 +10,7 @@ interface RequestItemsObject {
|
|||
detail: string;
|
||||
unStigma: string;
|
||||
refCommandNo: string;
|
||||
refCommandDate: Date | null;
|
||||
refCommandDate: Date | null|string;
|
||||
date: Date;
|
||||
createdFullName: string;
|
||||
createdAt: Date;
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ interface RequestItemsObject {
|
|||
detail: string;
|
||||
reference: string;
|
||||
refCommandNo: string;
|
||||
refCommandDate: Date | null;
|
||||
refCommandDate: Date | null | string;
|
||||
createdFullName: string;
|
||||
createdAt: Date;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ interface RequestItemsObject {
|
|||
detail: string;
|
||||
reference: string;
|
||||
refCommandNo: string;
|
||||
refCommandDate: Date | null;
|
||||
refCommandDate: Date | null|string;
|
||||
createdFullName: string;
|
||||
createdAt: Date;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue