popup ทะเบียนประวัติ
This commit is contained in:
parent
e7d87e5488
commit
16c916f26e
2 changed files with 226 additions and 20 deletions
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue