แก้ประเภทตำแหน่งระดับตำแหน่งของสรรหา

This commit is contained in:
Warunee Tamkoo 2024-07-08 18:25:43 +07:00
parent f6ea889258
commit e78315d905
2 changed files with 8 additions and 2 deletions

View file

@ -7,6 +7,7 @@ interface DataOption {
id: string;
name: string;
note?: string;
level?: number;
}
interface GovermentOption {