no message

This commit is contained in:
setthawutttty 2023-11-22 14:21:05 +07:00
parent 30b420ae6c
commit 5acca0efa6
6 changed files with 90 additions and 43 deletions

View file

@ -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