รวมไฟล์แก้งานงวด2
This commit is contained in:
parent
79889c9464
commit
2249097b07
89 changed files with 11287 additions and 7048 deletions
|
|
@ -24,6 +24,7 @@ interface ResponseObject {
|
|||
interface ResponseTree {
|
||||
no: number;
|
||||
profilePositionId: string | null;
|
||||
organizationPositionId: string | null;
|
||||
name: string | null;
|
||||
edu: string | null;
|
||||
posiNumOld: string | null;
|
||||
|
|
@ -33,7 +34,7 @@ interface ResponseTree {
|
|||
levelOld: any;
|
||||
levelNew: any;
|
||||
change: string | null;
|
||||
statusPosition: Boolean;
|
||||
statusPosition: string | null;
|
||||
report2Id: string | null;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue