คำสั่งวินัยบันทึกลงทะเบยีน
This commit is contained in:
parent
6586fe0bab
commit
410db00812
3 changed files with 155 additions and 5 deletions
|
|
@ -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; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue