ทะเบียนประวัติ: แก้ไขUI

This commit is contained in:
Oat 2024-03-05 15:53:38 +07:00
parent 24302d01d7
commit da3e6ee370
6 changed files with 464 additions and 234 deletions

View file

@ -0,0 +1,14 @@
interface FormData {
type: string,
citizenId: string,
fullName: string,
retireYear: number | null,
year: number | null,
posPath: string,
posLevel: string,
posOc: string,
isShowRetire: boolean,
isProbation: boolean,
}
export type { FormData }