feat:absentlate
This commit is contained in:
parent
1d99705b65
commit
ecc10e16c9
6 changed files with 714 additions and 1 deletions
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue