no message
This commit is contained in:
parent
a89b8e0453
commit
bb87b8f809
4 changed files with 42 additions and 23 deletions
|
|
@ -18,8 +18,16 @@
|
|||
|
||||
public double SalaryAmount { get; set; } = 0;
|
||||
|
||||
public double PositionSalaryAmount { get; set; } = 0;
|
||||
public double PositionSalaryAmount { get; set; } = 0;
|
||||
|
||||
public double MonthSalaryAmount { get; set; } = 0;
|
||||
|
||||
|
||||
public string? Organization { get; set; }
|
||||
public string? PositionName { get; set; }
|
||||
public string? PositionLevel { get; set; }
|
||||
public string? PositionType { get; set; }
|
||||
public string? PositionNumber { get; set; }
|
||||
public DateTime? BirthDate { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue