Merge branch 'develop' into warunee-dev
This commit is contained in:
commit
ab15f989cc
14 changed files with 637 additions and 42 deletions
|
|
@ -12,6 +12,20 @@ interface ListData {
|
|||
}
|
||||
|
||||
interface ArrayPerson {
|
||||
id:string
|
||||
idcard:string
|
||||
name:string
|
||||
prefix:string
|
||||
firstName:string
|
||||
lastName:string
|
||||
posNo:string
|
||||
position:string
|
||||
positionLevel:string
|
||||
salary:number|null
|
||||
organization:string
|
||||
}
|
||||
|
||||
interface ArrayPersonAdd {
|
||||
personId:string
|
||||
idcard:string
|
||||
name:string
|
||||
|
|
@ -24,8 +38,9 @@ interface ArrayPerson {
|
|||
salary:number|null
|
||||
organization:string
|
||||
}
|
||||
|
||||
interface ocListType{
|
||||
organizationId:string
|
||||
organizationName:string
|
||||
}
|
||||
export type { ListData,ArrayPerson,ocListType };
|
||||
export type { ListData,ArrayPerson,ocListType,ArrayPersonAdd };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue