ปีงบประมาณ

This commit is contained in:
setthawutttty 2024-02-27 13:34:04 +07:00
parent ad2bacd324
commit 16f7d76374
4 changed files with 57 additions and 0 deletions

View file

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