fix bug
This commit is contained in:
parent
3d5b2eb0c3
commit
7105aeb0f0
1 changed files with 0 additions and 2 deletions
|
|
@ -102,8 +102,6 @@ export class CreateSalaryRank {
|
|||
@Column()
|
||||
isNext: boolean;
|
||||
|
||||
@Column()
|
||||
rank: number;
|
||||
}
|
||||
|
||||
export type UpdateSalaryRank = Partial<Pick<CreateSalaryRank, Exclude<keyof CreateSalaryRank, 'salaryId'>>>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue