คำสั่งวินัยบันทึกลงทะเบยีน

This commit is contained in:
Kittapath 2024-06-26 23:28:27 +07:00
parent 6586fe0bab
commit 410db00812
3 changed files with 155 additions and 5 deletions

View file

@ -13,5 +13,10 @@ namespace BMA.EHR.Discipline.Service.Requests
public Guid id { get; set; } = Guid.Empty;
public Guid personId { get; set; } = Guid.Empty;
public Guid? commandId { get; set; } = Guid.Empty;
public DateTime? commandAffectDate { get; set; }
public string? commandNo { get; set; }
public string? commandYear { get; set; }
public string? detail { get; set; }
}
}