ทะเบียนประวัติ ==> ข้อมูลผลงาน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-03-13 13:26:14 +07:00
parent a7d629da86
commit e36a069b20
9 changed files with 417 additions and 1438 deletions

View file

@ -8,7 +8,7 @@ interface RequestItemsObject {
refCommandNo: string;
type: string;
isDate: boolean | string;
isUpload?: boolean|undefined;
isUpload?: boolean | undefined;
}
export type { RequestItemsObject };

View file

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

View file

@ -1,4 +1,5 @@
interface RequestItemsObject {
id?: string;
name: string;
topic: string;
yearly: number | null;
@ -9,8 +10,8 @@ interface RequestItemsObject {
dateOrder: Date | null;
startDate: Date;
endDate: Date;
startYear: number;
finishYear: number;
startYear: number | null;
finishYear: number | null;
profileId: string;
isDate: boolean;
}

View file

@ -1,5 +1,6 @@
//ข้อมูล
interface ResponseObject {
id: string;
issuer: string;
certificateType: string;
certificateNo: string;