no message

This commit is contained in:
setthawutttty 2023-12-01 15:55:54 +07:00
parent 4f84341a0b
commit 716aee4939
4 changed files with 17 additions and 22 deletions

View file

@ -25,18 +25,18 @@ interface DataListRow {
resultDescription: string
}
interface PersonType{
id: string
idcard: string
name: string
prefix: string
firstName: string
lastName: string
position: string
positionLevel: string
salary: number
personId: string
posNo: string
organization: string
}
export type { FormData, FormRef,DataOption,DataOptionRes,personType,DataListRow};
interface PersonType {
id: string
idcard: string
name: string
prefix: string
firstName: string
lastName: string
position: string
positionLevel: string
salary: number
personId: string
posNo: string
organization: string
}
export type { FormData, FormRef, DataOption, DataOptionRes, PersonType, DataListRow };