บันทึกตำแหน่ง
This commit is contained in:
parent
ee80528296
commit
7d4be05a9a
2 changed files with 40 additions and 10 deletions
|
|
@ -18,24 +18,31 @@ interface RequestItemsObject {
|
|||
oc: string;
|
||||
ocId: string;
|
||||
position: string;
|
||||
positionName: string;
|
||||
positionId: string;
|
||||
posNo: string;
|
||||
posNoId: string;
|
||||
positionLine: string;
|
||||
positionLineName: string;
|
||||
positionLineId: string;
|
||||
positionPathSide: string;
|
||||
positionPathSideId: string;
|
||||
positionPathSideName: string;
|
||||
positionType: string;
|
||||
positionTypeId: string;
|
||||
positionLevel: string;
|
||||
positionLevelId: string;
|
||||
positionExecutive: string;
|
||||
positionExecutiveName: string;
|
||||
positionExecutiveId: string;
|
||||
positionExecutiveSide: string;
|
||||
positionExecutiveSideId: string;
|
||||
salaryClass: string;
|
||||
salaryRef: string;
|
||||
refCommandNo: string;
|
||||
orgName: string;
|
||||
agencyName: string;
|
||||
cLevel: string;
|
||||
// refCommandDate: Date | null;
|
||||
salaryStatus: string | null;
|
||||
createdFullName: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue