rootDnaId
This commit is contained in:
parent
91ea489bc7
commit
5562f2349f
4 changed files with 12 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ interface FormsSholarship {
|
|||
posTypeId: string | null; //ไอดีประเภทตำแหน่ง
|
||||
org: string;
|
||||
rootId: string | null;
|
||||
rootDnaId: string | null;
|
||||
root: string;
|
||||
orgRootShortName: string;
|
||||
orgRevisionId: string | null;
|
||||
|
|
@ -23,6 +24,7 @@ interface FormsSholarship {
|
|||
guarantorPosExecutive: string; //ชื่อตำแหน่งทางการบริหาร(ผู้ค้ำ)
|
||||
guarantorOrg: string;
|
||||
guarantorRootId: string | null;
|
||||
guarantorRootDnaId: string | null;
|
||||
guarantorRoot: string;
|
||||
guarantorOrgRootShortName: string;
|
||||
guarantorOrgRevisionId: string | null;
|
||||
|
|
|
|||
|
|
@ -31,6 +31,8 @@ interface DataSholarship {
|
|||
guarantorPosExecutive: string; //ชื่อตำแหน่งทางการบริหาร(ผู้ค้ำ)
|
||||
guarantorOrg: string;
|
||||
guarantorRootId: string | null;
|
||||
guarantorRootDnaId: string | null;
|
||||
rootDnaId: string | null;
|
||||
guarantorRoot: string;
|
||||
guarantorOrgRootShortName: string;
|
||||
guarantorOrgRevisionId: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue