แก้ รอบการขึ้นเงินเดือน

This commit is contained in:
setthawutttty 2024-03-26 17:22:35 +07:00
parent 3c1771e70e
commit 94a7a81e1f
3 changed files with 32 additions and 21 deletions

View file

@ -48,6 +48,7 @@ interface RowList {
effectiveDate: Date|null|string;
year: number|null;
status: string|null;
revisionId: string|null;
}
interface Row {