เพิ่มฟิล

This commit is contained in:
setthawutttty 2024-11-05 10:36:31 +07:00
parent c29eede844
commit f3a7f92540
2 changed files with 77 additions and 11 deletions

View file

@ -113,6 +113,8 @@ interface PersonsAppointData {
position: string;
positionType: string;
positionLevel: string;
actFullName: string;
positionNo: string;
role?: string;
}
@ -125,6 +127,8 @@ interface MemBerType {
position: string;
posLevel: string;
posType: string;
posNo: string;
actFullName: string;
isDirector?: boolean;
}
export type {