ออกคำสั่ง 27
This commit is contained in:
parent
6c09c68c5c
commit
a89b8e0453
7 changed files with 18120 additions and 27 deletions
|
|
@ -16,5 +16,13 @@
|
|||
public string lastName { get; set; } = string.Empty;
|
||||
public string? profileId { get; set; } = string.Empty;
|
||||
// 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; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue