no message

This commit is contained in:
kittapath 2024-10-02 21:29:44 +07:00
parent 1374757bf2
commit 9567181117
5 changed files with 528 additions and 6 deletions

View file

@ -11,7 +11,7 @@ namespace BMA.EHR.Discipline.Service.Requests
public class DisciplineDataResponse
{
public Guid id { get; set; } = Guid.Empty;
public Guid personId { get; set; } = Guid.Empty;
// public Guid personId { get; set; } = Guid.Empty;
public Guid? commandId { get; set; } = Guid.Empty;
public DateTime? commandAffectDate { get; set; }