fix salary

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-04-09 16:27:24 +07:00
parent 4fecce4663
commit 2b0998c1fe
6 changed files with 75 additions and 17 deletions

View file

@ -3,6 +3,8 @@ interface DataPeriodLatest {
group2id: string; // Id กลุ่ม2
effectiveDate: string; // วันที่มีผลบังคับใช้
period: string; // ประเภทผัง (SPECIAL->รอบพิเศษ,APR->รอบเมษายน,OCT->รอบตุลาคม)
group1IsClose: boolean;
group2IsClose: boolean;
}
interface DataPeriodQuota {