api สอบสวน
This commit is contained in:
parent
ab171a7394
commit
4882995f47
34 changed files with 36995 additions and 69 deletions
|
|
@ -0,0 +1,18 @@
|
|||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace BMA.EHR.Discipline.Service.Requests
|
||||
{
|
||||
public class DisciplineDisciplinaryInvestigateRequest
|
||||
{
|
||||
public string investigationDetail { get; set; }
|
||||
public string? investigationDetailOther { get; set; }
|
||||
public DateTime investigationDateStart { get; set; }
|
||||
public DateTime investigationDateEnd { get; set; }
|
||||
public string investigationDescription { get; set; }
|
||||
public string investigationStatusResult { get; set; }
|
||||
public string? investigationCauseText { get; set; }
|
||||
public string? result { get; set; }
|
||||
public Guid[] directors { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue