ปรับค้นงานปีงบประมาณ ประวัติการลงเวลา
This commit is contained in:
parent
a51042d48a
commit
9aef54609d
5 changed files with 134 additions and 10 deletions
|
|
@ -2,6 +2,11 @@ interface DataOption {
|
|||
id: string
|
||||
name: string
|
||||
}
|
||||
|
||||
interface DataDateMonthObject {
|
||||
month: number
|
||||
year: number
|
||||
}
|
||||
interface FormRef {
|
||||
date: object | null
|
||||
reason: object | null
|
||||
|
|
@ -14,4 +19,4 @@ interface notiType {
|
|||
timereceive: Date
|
||||
}
|
||||
|
||||
export type { DataOption, FormRef, notiType }
|
||||
export type { DataOption, FormRef, notiType, DataDateMonthObject }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue