no message
This commit is contained in:
parent
4f84341a0b
commit
716aee4939
4 changed files with 17 additions and 22 deletions
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue