btn right

This commit is contained in:
setthawutttty 2023-06-06 18:01:56 +07:00
parent e0da411999
commit fa6d916e36
3 changed files with 104 additions and 52 deletions

View file

@ -6,6 +6,7 @@ interface TableName {
ReportingDate: string; //วันที่รายงานตัว
BMAOfficer: boolean;
Status: string;
checkList: any;
}