UI รายงานสถิติข้อมูลข้าราชการ กทม. สามัญ
This commit is contained in:
parent
9001f79763
commit
35cf33e667
3 changed files with 212 additions and 5 deletions
|
|
@ -81,6 +81,10 @@ interface FormDataIDP {
|
|||
createdAt?: Date | null;
|
||||
}
|
||||
|
||||
interface RangeAge{
|
||||
min:number
|
||||
max:number
|
||||
}
|
||||
export type {
|
||||
FormFilter,
|
||||
FormAddPerson,
|
||||
|
|
@ -89,4 +93,5 @@ export type {
|
|||
QueryParams,
|
||||
FormChangeName,
|
||||
FormDataIDP,
|
||||
RangeAge
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue