isClose
This commit is contained in:
parent
24e0fc57fa
commit
1d4a73fc17
4 changed files with 28 additions and 27 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue