add: leaveCount in permission leave
This commit is contained in:
parent
906c6066e3
commit
91c870955b
3 changed files with 26 additions and 2 deletions
|
|
@ -27,6 +27,7 @@ interface DataLeaveBeginning {
|
|||
leaveYear: number;
|
||||
prefix: string;
|
||||
profileId: string;
|
||||
leaveCount: number;
|
||||
}
|
||||
|
||||
export type { DataLeaveType, DataLeaveBeginning };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue