no message
This commit is contained in:
parent
30b420ae6c
commit
5acca0efa6
6 changed files with 90 additions and 43 deletions
|
|
@ -23,6 +23,7 @@ interface FormData {
|
|||
interface ArrayPerson {
|
||||
idcard: string,
|
||||
name: string,
|
||||
positionNo: string,
|
||||
position: string,
|
||||
positionLevel: string,
|
||||
salary: string,
|
||||
|
|
@ -54,6 +55,7 @@ interface DataAddRequest {
|
|||
id: string
|
||||
idcard: string
|
||||
name: string
|
||||
positionNo: string
|
||||
position: string
|
||||
positionLevel: string
|
||||
salary: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue