no message

This commit is contained in:
Kittapath 2024-06-18 13:54:19 +07:00
parent a89b8e0453
commit bb87b8f809
4 changed files with 42 additions and 23 deletions

View file

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