This commit is contained in:
Bright 2025-02-24 17:31:03 +07:00
parent c8fcfebe97
commit 438e164fcb
2 changed files with 21 additions and 1 deletions

View file

@ -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;