ui รายงานสถิติการลงเวลา
This commit is contained in:
parent
3cde135b74
commit
66c646189d
3 changed files with 640 additions and 21 deletions
|
|
@ -6,8 +6,20 @@ interface DataOption2 {
|
|||
id: number;
|
||||
name: string;
|
||||
}
|
||||
|
||||
interface DataDateWeeklyObject {
|
||||
startDay: number;
|
||||
endDay: number;
|
||||
month: number;
|
||||
year: number;
|
||||
}
|
||||
interface DataDateMonthObject {
|
||||
month: number;
|
||||
year: number;
|
||||
}
|
||||
export type { DataOption, DataOption2, DataDateMonthObject };
|
||||
export type {
|
||||
DataOption,
|
||||
DataOption2,
|
||||
DataDateWeeklyObject,
|
||||
DataDateMonthObject,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue