แก้ list บรรจุแต่งตั้ง & เพิ่ม fact การเจ้าหน้าที่และตำแหน่งใต้ลายเซ็นต์ในโครงสร้าง

This commit is contained in:
Warunee Tamkoo 2024-09-13 10:24:06 +07:00
parent 15b33b147a
commit 4c89169e9e
4 changed files with 58 additions and 11 deletions

View file

@ -39,6 +39,8 @@ interface FormDataPosition {
reason?: string;
isDirector?: boolean;
isOfficer?: boolean;
isStaff?: boolean;
positionSign?: string;
}
interface FormDataNewStructure {