rootDnaId

This commit is contained in:
setthawutttty 2025-06-17 13:31:53 +07:00
parent 91ea489bc7
commit 5562f2349f
4 changed files with 12 additions and 0 deletions

View file

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

View file

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