ทะเบียนประวัติ: แก้ไขUI
This commit is contained in:
parent
24302d01d7
commit
da3e6ee370
6 changed files with 464 additions and 234 deletions
14
src/modules/04_registryNew/interface/index/form.ts
Normal file
14
src/modules/04_registryNew/interface/index/form.ts
Normal 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 }
|
||||
Loading…
Add table
Add a link
Reference in a new issue