เพิ่ม field posNumCodeSit , posNumCodeSitAbb

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-03-28 14:28:41 +07:00
parent b8b812c319
commit 5abf3c5945
6 changed files with 121 additions and 5 deletions

View file

@ -81,5 +81,7 @@ interface FormPostition {
orgChild3: string; //ส่วนราชการระดับ 3
orgChild4: string; //ส่วนราชการระดับ 4
remark: string; //หมายเหตุstring
posNumCodeSit: string;
posNumCodeSitAbb: string;
}
export type { RequestItemsHistoryObject, FormMain, DataCardPos, FormPostition };