Merge branch 'develop' of github.com:Frappet/hrms-mgt into develop

This commit is contained in:
Warunee Tamkoo 2025-03-11 18:07:48 +07:00
commit 0bf38bb88c
25 changed files with 590 additions and 1251 deletions

View file

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