fix(leave-history):add field beginningLeaveDays beginningLeaveCount

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-02-11 13:42:19 +07:00
parent 5fb13c8cd4
commit b083bcb0ca
4 changed files with 76 additions and 7 deletions

View file

@ -28,6 +28,8 @@ interface DataLeaveBeginning {
prefix: string;
profileId: string;
leaveCount: number;
beginningLeaveDays: number;
beginningLeaveCount: number;
}
export type { DataLeaveType, DataLeaveBeginning };