ปรับแก้ไขข้อมูลหลักตำแหน่งลูกจ้างประจำ
This commit is contained in:
parent
4a554fa225
commit
7703fa374c
7 changed files with 321 additions and 184 deletions
6
src/interface/main.ts
Normal file
6
src/interface/main.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
interface DataOption {
|
||||
id: string;
|
||||
label: string;
|
||||
}
|
||||
|
||||
export type { DataOption };
|
||||
Loading…
Add table
Add a link
Reference in a new issue