ส่งวินัยไปออกคำสั่ง
This commit is contained in:
parent
e8a288b4b2
commit
f644654384
21 changed files with 24913 additions and 84 deletions
16
BMA.EHR.Application/Responses/PassDisciplineResponse.cs
Normal file
16
BMA.EHR.Application/Responses/PassDisciplineResponse.cs
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
namespace BMA.EHR.Application.Responses
|
||||
{
|
||||
public class PassDisciplineResponse
|
||||
{
|
||||
// public bool successful { get; set; }
|
||||
|
||||
public List<DisciplineDataResponse> result { get; set; } = new();
|
||||
}
|
||||
|
||||
public class DisciplineDataResponse
|
||||
{
|
||||
public Guid id { get; set; } = Guid.Empty;
|
||||
|
||||
public Guid? CommandId { get; set; } = Guid.Empty;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue