รายการรอบการประเมินผลการปฏิบัติหน้าที่ราชการ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-04-19 11:19:37 +07:00
parent 34cb5f6c8e
commit 2ffc8012cf
2 changed files with 84 additions and 9 deletions

View file

@ -7,6 +7,7 @@ interface FormQueryRound {
interface FormRound {
durationKPI: string;
year: number | null;
startDate: Date | null;
endDate: Date | null;
}