แก้พ้นราชการ
This commit is contained in:
parent
b7f19d7077
commit
1828685e0e
50 changed files with 37955 additions and 454 deletions
|
|
@ -6,8 +6,11 @@ namespace BMA.EHR.Discipline.Service.Requests
|
|||
{
|
||||
public string respondentType { get; set; }// *ผู้ถูกร้องเรียน (PERSON คือ บุคคล, ORGANIZATION คือ หน่วยงาน, BANGKOK คือ กรุงเทพมหานคร)
|
||||
public DisciplineComplaintProfileRequest[] persons { get; set; }// กรณีบุคคลใส่ id คน มาใน array แต่ถ้าเป็น type อื่นจะ null
|
||||
public Guid? organizationId { get; set; }// กรณีหน่วยงานใส่ id ของหน่วยงาน
|
||||
public Guid consideredAgency { get; set; }// *หน่วยงานที่พิจารณา จะเปลี่ยนไปตามผู้ถูกร้องดูรายละเอียดด้านล่าง
|
||||
public string? organization { get; set; }// กรณีหน่วยงานใส่ id ของหน่วยงาน
|
||||
public string? consideredAgency { get; set; }// *หน่วยงานที่พิจารณา จะเปลี่ยนไปตามผู้ถูกร้องดูรายละเอียดด้านล่าง
|
||||
public string? organizationId { get; set; }// กรณีหน่วยงานใส่ id ของหน่วยงาน
|
||||
public string? consideredAgencyId { get; set; }// *หน่วยงานที่พิจารณา จะเปลี่ยนไปตามผู้ถูกร้องดูรายละเอียดด้านล่าง
|
||||
public string? activeId { get; set; }
|
||||
public string title { get; set; }// *เรื่องที่ร้องเรียน
|
||||
public string? description { get; set; }// *รายละเอียดของเรื่องร้องเรียน
|
||||
public DateTime? dateReceived { get; set; }// *วันที่รับเรื่อง เป็นวันที่ถือเป็นจุดเริ่มต้นของวินัยนั้น ๆ
|
||||
|
|
@ -29,7 +32,7 @@ namespace BMA.EHR.Discipline.Service.Requests
|
|||
public string? lastName { get; set; }
|
||||
public string? organization { get; set; }
|
||||
public string? position { get; set; }
|
||||
public string? positionLevel { get; set; }
|
||||
// public string? positionLevel { get; set; }
|
||||
public string? posNo { get; set; }
|
||||
public double? salary { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue