เพิ่มฟิล
This commit is contained in:
parent
c29eede844
commit
f3a7f92540
2 changed files with 77 additions and 11 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue