This commit is contained in:
setthawutttty 2024-03-07 16:18:28 +07:00
parent 24e0fc57fa
commit 1d4a73fc17
4 changed files with 28 additions and 27 deletions

View file

@ -44,6 +44,7 @@ interface RowList {
id: string;
period: string|null;
isActive: boolean|null;
isClose: boolean|null;
effectiveDate: Date|null|string;
year: number|null;
status: string|null;