fix ทดลองงาน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-12-26 17:15:07 +07:00
parent 546003492d
commit 008c47084e
4 changed files with 26 additions and 25 deletions

View file

@ -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 {