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

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-05-15 16:11:43 +07:00
parent f89c9e02c1
commit acee32e3cf
12 changed files with 240 additions and 110 deletions

View file

@ -1,5 +1,6 @@
interface RequestItemsObject {
profileId?: string;
profileEmployeeId?: string;
detail: string;
issueDate: Date | null;
issuer: string;

View file

@ -13,6 +13,7 @@ interface RequestItemsObject {
refCommandDate: Date | null;
refCommandNo: string;
note: string;
profileEmployeeId?: string | null;
}
export type { RequestItemsObject };

View file

@ -1,5 +1,6 @@
interface RequestItemsObject {
profileId?: string;
profileEmployeeId?: string;
name: string;
date: Date | null;
point1: number;