fix salary
This commit is contained in:
parent
4fecce4663
commit
2b0998c1fe
6 changed files with 75 additions and 17 deletions
|
|
@ -3,6 +3,8 @@ interface DataPeriodLatest {
|
|||
group2id: string; // Id กลุ่ม2
|
||||
effectiveDate: string; // วันที่มีผลบังคับใช้
|
||||
period: string; // ประเภทผัง (SPECIAL->รอบพิเศษ,APR->รอบเมษายน,OCT->รอบตุลาคม)
|
||||
group1IsClose: boolean;
|
||||
group2IsClose: boolean;
|
||||
}
|
||||
|
||||
interface DataPeriodQuota {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue