บันทึกสรุปผลวินัย

This commit is contained in:
Kittapath 2023-12-19 21:40:32 +07:00
parent 7c2a4c0280
commit 6b7a5bfa06
15 changed files with 24038 additions and 0 deletions

View file

@ -5,5 +5,9 @@ namespace BMA.EHR.Discipline.Service.Requests
public class DisciplineResultRequest
{
public string resultDescription { get; set; }// *สรุปผลการพิจารณา
public string? oc { get; set; }//
public string? disciplineType { get; set; }//
public string? titleType { get; set; }//
public int? year { get; set; }//
}
}