UI แบบสํารวจความคิดเห็นการทดลองปฏิบัติหน้าที่ราชการ
This commit is contained in:
parent
da958b9956
commit
149831f897
7 changed files with 341 additions and 3 deletions
8
src/modules/15_probationReport/interface/Main.ts
Normal file
8
src/modules/15_probationReport/interface/Main.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
interface ListDataText {
|
||||
value: string;
|
||||
label: string;
|
||||
}
|
||||
|
||||
export type{
|
||||
ListDataText
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue