ทะเบียนประวัติ => ตำแหน่งเงินเดือน
This commit is contained in:
parent
4f4ffa0399
commit
f96643cc6c
8 changed files with 1176 additions and 5 deletions
19
src/modules/04_registryNew/interface/request/Salary.ts
Normal file
19
src/modules/04_registryNew/interface/request/Salary.ts
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
interface FormSalaryNew {
|
||||
date: Date | null;
|
||||
posNo: string;
|
||||
templatePos: string;
|
||||
position: string;
|
||||
positionLineName: string;
|
||||
typePosition: string;
|
||||
levelPosition: string;
|
||||
positionPathSideName: string;
|
||||
positionExecutiveName: string;
|
||||
salary: number | null;
|
||||
salaryPos: number | null;
|
||||
salaryCompensation: number | null;
|
||||
refCommandNo: string;
|
||||
templateDoc: string;
|
||||
doc: string;
|
||||
}
|
||||
|
||||
export type { FormSalaryNew };
|
||||
Loading…
Add table
Add a link
Reference in a new issue