ปรับแก้ไขข้อมูลหลักตำแหน่งลูกจ้างประจำ

This commit is contained in:
Warunee Tamkoo 2024-03-12 13:20:17 +07:00
parent 4a554fa225
commit 7703fa374c
7 changed files with 321 additions and 184 deletions

6
src/interface/main.ts Normal file
View file

@ -0,0 +1,6 @@
interface DataOption {
id: string;
label: string;
}
export type { DataOption };