SLR_00(6,7,9-12)
This commit is contained in:
parent
637a7b9605
commit
76b71d6b8a
4 changed files with 727 additions and 1 deletions
|
|
@ -111,4 +111,4 @@ export class CreateSalaryRank {
|
|||
rank: number;
|
||||
}
|
||||
|
||||
export type UpdateSalaryRank = Partial<CreateSalaryRank>;
|
||||
export type UpdateSalaryRank = Partial<Pick<CreateSalaryRank, Exclude<keyof CreateSalaryRank, 'salaryId'>>>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue