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

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-01-27 14:29:08 +07:00
parent 1915c25dbf
commit 023acccf02
7 changed files with 316 additions and 137 deletions

View file

@ -0,0 +1,18 @@
interface DataActing {
dateStart: null | Date;
dateEnd: null | Date;
posNo: string;
position: string;
status: boolean;
}
interface DatAssistance {
dateStart: Date | null;
dateEnd: Date | null;
agency: string;
commandNo: string;
document: string;
isUpload: boolean;
}
export type { DataActing, DatAssistance };