popup ทะเบียนประวัติ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-04-29 14:14:57 +07:00
parent e7d87e5488
commit 16c916f26e
2 changed files with 226 additions and 20 deletions

View file

@ -34,4 +34,17 @@ interface Goverment {
dateRetireLaw: string;
}
export type { ResponseObject, Goverment };
interface GovermentEmpTemp {
positionEmployeeGroupId: string;
positionEmployeeLineId: string;
positionEmployeePositionId: string;
employeeOc: string;
employeeTypeIndividual: string;
employeeWage: string;
employeeMoneyIncrease: string;
employeeMoneyAllowance: string;
employeeMoneyEmployee: string;
employeeMoneyEmployer: string;
}
export type { ResponseObject, Goverment, GovermentEmpTemp };