ทะเบียนประวัติ: clearable
This commit is contained in:
parent
e7076ee06c
commit
f07f3acd51
6 changed files with 15 additions and 15 deletions
|
|
@ -3,7 +3,7 @@ interface RequestItemsObject {
|
|||
issuer: string;
|
||||
certificateNo: string;
|
||||
issueDate: Date;
|
||||
expireDate: Date;
|
||||
expireDate: Date | null;
|
||||
profileId: string;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
interface RequestItemsObject {
|
||||
name: string,
|
||||
topic: string,
|
||||
yearly: number,
|
||||
yearly: number | null,
|
||||
place: string,
|
||||
duration: string,
|
||||
department: string,
|
||||
numberOrder: string,
|
||||
dateOrder: Date,
|
||||
dateOrder: Date | null,
|
||||
startDate: Date,
|
||||
endDate: Date,
|
||||
startYear: number,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue