salary - check isClose round

This commit is contained in:
Warunee Tamkoo 2024-03-08 09:48:49 +07:00
parent 8b0eeb5f95
commit 2e0f98448f
4 changed files with 10 additions and 4 deletions

View file

@ -20,6 +20,7 @@ interface DataRound {
revisionId: string;
status: string;
year: number;
isClose: boolean
}
interface DataAgency {