feat:absentlate

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-03-24 16:50:26 +07:00
parent 1d99705b65
commit ecc10e16c9
6 changed files with 714 additions and 1 deletions

View file

@ -44,4 +44,21 @@ interface ResFileData {
pathname: string;
}
export type { ResActingPosData, ResAssistanceData, ResFileData };
interface ResAbsentLateData {
createdAt: string;
createdFullName: string;
createdUserId: string;
id: string;
isDeleted: boolean;
lastUpdateFullName: string;
lastUpdateUserId: string;
lastUpdatedAt: string;
profileId: string;
remark: string;
stampAmount: string;
stampDate: string;
stampType: string;
status: string;
}
export type { ResActingPosData, ResAssistanceData, ResFileData, ResAbsentLateData };