ลงเวลาพิเศษ

This commit is contained in:
setthawutttty 2023-12-12 12:35:01 +07:00
parent 5ab256807a
commit 885bf3a3ca
3 changed files with 16 additions and 65 deletions

View file

@ -13,6 +13,8 @@ interface dataRowRound {
checkInStatus: string;
checkOutStatus: string;
note: string;
checkInEdit:boolean
checkOutEdit:boolean
}
interface MyObjectRoundRef {
checkIn: object | null;