UI รอบการปฏิบัติงาน

This commit is contained in:
setthawutttty 2023-10-27 15:52:47 +07:00
parent aa4fa5b989
commit ad1545ac2e
6 changed files with 274 additions and 455 deletions

View file

@ -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
};