ui รางงานสถิติ
This commit is contained in:
parent
d1f0d753ba
commit
25b92f2768
5 changed files with 561 additions and 8 deletions
|
|
@ -6,4 +6,8 @@ interface DataOption2 {
|
|||
id: number;
|
||||
name: string;
|
||||
}
|
||||
export type { DataOption, DataOption2 };
|
||||
interface DataDateMonthObject {
|
||||
month: number;
|
||||
year: number;
|
||||
}
|
||||
export type { DataOption, DataOption2, DataDateMonthObject };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue