ทะเบียนประวัติ: clearable

This commit is contained in:
oat_dev 2024-03-29 17:08:52 +07:00
parent e7076ee06c
commit f07f3acd51
6 changed files with 15 additions and 15 deletions

View file

@ -3,7 +3,7 @@ interface RequestItemsObject {
issuer: string;
certificateNo: string;
issueDate: Date;
expireDate: Date;
expireDate: Date | null;
profileId: string;
}

View file

@ -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,