เพิ่ม tab ผลสำรวจความคิดเห็น
This commit is contained in:
parent
bfec6530a6
commit
e911a913ea
4 changed files with 298 additions and 0 deletions
14
src/modules/05_placement/interface/index/Survey.ts
Normal file
14
src/modules/05_placement/interface/index/Survey.ts
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
interface MainData {
|
||||
createdAt: Date;
|
||||
personal_id: string;
|
||||
assign_id: string;
|
||||
answer1: string;
|
||||
answer2: string;
|
||||
answer3: string;
|
||||
fullname: string;
|
||||
position: string;
|
||||
}
|
||||
|
||||
export type{
|
||||
MainData
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue