fix ทดลองงาน
This commit is contained in:
parent
546003492d
commit
008c47084e
4 changed files with 26 additions and 25 deletions
|
|
@ -96,6 +96,7 @@ interface AppointMainRows {
|
|||
topic: string;
|
||||
commandNo: string;
|
||||
status: string;
|
||||
directors: any[];
|
||||
}
|
||||
|
||||
interface FormAppointData {
|
||||
|
|
@ -130,6 +131,7 @@ interface MemBerType {
|
|||
posNo: string;
|
||||
actFullName: string;
|
||||
isDirector?: boolean;
|
||||
orgRootId?: string;
|
||||
}
|
||||
|
||||
interface FormDataAppoint {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue