fix eva
This commit is contained in:
parent
cf947e9fa9
commit
0604185e25
4 changed files with 160 additions and 87 deletions
|
|
@ -281,37 +281,5 @@ export class Salary extends EntityBase {
|
|||
evaluation: Evaluation;
|
||||
}
|
||||
|
||||
export class CreateSalary {
|
||||
profileId?: string | null;
|
||||
commandCode?: string | null;
|
||||
commandNo?: string | null;
|
||||
commandYear?: number | null;
|
||||
commandDateAffect?: Date | null;
|
||||
commandDateSign?: Date | null;
|
||||
posNoAbb?: string | null;
|
||||
posNo?: string | null;
|
||||
positionName?: string | null;
|
||||
positionType?: string | null;
|
||||
positionLevel?: string | null;
|
||||
positionLine?: string | null;
|
||||
positionPathSide?: string | null;
|
||||
positionExecutive?: string | null;
|
||||
amount?: Double | null;
|
||||
amountSpecial?: Double | null;
|
||||
positionSalaryAmount?: Double | null;
|
||||
mouthSalaryAmount?: Double | null;
|
||||
orgRoot?: string | null;
|
||||
orgChild1?: string | null;
|
||||
orgChild2?: string | null;
|
||||
orgChild3?: string | null;
|
||||
orgChild4?: string | null;
|
||||
remark?: string | null;
|
||||
commandId?: string | null;
|
||||
isGovernment?: boolean | null;
|
||||
positionCee?: string | null;
|
||||
commandName?: string | null;
|
||||
posNumCodeSit?: string | null;
|
||||
posNumCodeSitAbb?: string | null;
|
||||
}
|
||||
|
||||
export type UpdateSalary = Partial<Salary>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue