เพิ่ม ui ระบบลา > รอบการปฏิบัติงาน
This commit is contained in:
parent
a5faf436a4
commit
776a1b8385
5 changed files with 357 additions and 2 deletions
11
src/modules/09_leave/interface/response/round.ts
Normal file
11
src/modules/09_leave/interface/response/round.ts
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
interface RoundRows {
|
||||
name: string;
|
||||
position: string;
|
||||
responsibilities: string;
|
||||
email: string;
|
||||
phone: string;
|
||||
}
|
||||
|
||||
export type {
|
||||
RoundRows
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue