fix SalaryEmployee ลบไฟล์ รวมไฟล์ เพิ่ม field
This commit is contained in:
parent
42bad7b302
commit
3b5096c005
7 changed files with 55 additions and 920 deletions
|
|
@ -175,9 +175,26 @@ export class CreateProfileSalaryEmployee {
|
|||
mouthSalaryAmount?: Double | null;
|
||||
posNo: string | null;
|
||||
position: string | null;
|
||||
positionLine: string | null;
|
||||
positionPathSide: string | null;
|
||||
positionExecutive: string | null;
|
||||
// positionLine: string | null;
|
||||
// positionPathSide: string | null;
|
||||
// positionExecutive: string | null;
|
||||
positionType: string | null;
|
||||
positionLevel: string | null;
|
||||
refCommandNo: string | null;
|
||||
templateDoc: string | null;
|
||||
}
|
||||
|
||||
export class UpdateProfileSalaryEmployee {
|
||||
profileEmployeeId: string | null;
|
||||
date?: Date | null;
|
||||
amount?: Double | null;
|
||||
positionSalaryAmount?: Double | null;
|
||||
mouthSalaryAmount?: Double | null;
|
||||
posNo: string | null;
|
||||
position: string | null;
|
||||
// positionLine: string | null;
|
||||
// positionPathSide: string | null;
|
||||
// positionExecutive: string | null;
|
||||
positionType: string | null;
|
||||
positionLevel: string | null;
|
||||
refCommandNo: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue