migrate
This commit is contained in:
parent
c8fcfebe97
commit
438e164fcb
2 changed files with 21 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ export class ProfileSalary extends EntityBase {
|
|||
}
|
||||
|
||||
export class CreateProfileSalary {
|
||||
profileId: string;
|
||||
profileId: string | null;
|
||||
commandDateAffect?: Date | null;
|
||||
commandDateSign?: Date | null;
|
||||
amount?: Double | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue