no message
This commit is contained in:
parent
a89b8e0453
commit
bb87b8f809
4 changed files with 42 additions and 23 deletions
|
|
@ -18,11 +18,11 @@
|
|||
// public Guid? commandId { get; set; } = Guid.Empty;
|
||||
|
||||
|
||||
public DateTime? BirthDate { get; set; }
|
||||
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; }
|
||||
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; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue