ปรับทะเบียนประวัตื ข้อมูลส่วนตัว

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-03-11 17:43:20 +07:00
parent 7ba90f5708
commit 9cae42bc7d
13 changed files with 492 additions and 1187 deletions

View file

@ -3,8 +3,6 @@ interface RequestItemsObject {
detail: string;
remark: string;
reference: string;
dateStart: Date | null;
dateEnd: Date | null;
profileId: string;
}