ui report leave
This commit is contained in:
parent
37cfa0c053
commit
b14ca52808
4 changed files with 696 additions and 492 deletions
|
|
@ -7,19 +7,8 @@ interface DataOption2 {
|
|||
name: string;
|
||||
}
|
||||
|
||||
interface DataDateWeeklyObject {
|
||||
startDay: number;
|
||||
endDay: number;
|
||||
month: number;
|
||||
year: number;
|
||||
}
|
||||
interface DataDateMonthObject {
|
||||
month: number;
|
||||
year: number;
|
||||
}
|
||||
export type {
|
||||
DataOption,
|
||||
DataOption2,
|
||||
DataDateWeeklyObject,
|
||||
DataDateMonthObject,
|
||||
};
|
||||
export type { DataOption, DataOption2, DataDateMonthObject };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue