UI รายงานสถิติข้อมูลข้าราชการ กทม. สามัญ

This commit is contained in:
setthawutttty 2024-12-04 18:00:36 +07:00
parent 9001f79763
commit 35cf33e667
3 changed files with 212 additions and 5 deletions

View file

@ -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
};