UI รอบการปฏิบัติงาน
This commit is contained in:
parent
aa4fa5b989
commit
ad1545ac2e
6 changed files with 274 additions and 455 deletions
|
|
@ -5,7 +5,15 @@ interface RoundRows {
|
|||
email: string;
|
||||
phone: string;
|
||||
}
|
||||
|
||||
interface dataRowRound {
|
||||
am:string
|
||||
amOut:string
|
||||
pm:string
|
||||
pmOut:string
|
||||
note:string
|
||||
status:boolean
|
||||
}
|
||||
export type {
|
||||
RoundRows
|
||||
RoundRows,
|
||||
dataRowRound
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue