fixing field
Some checks failed
release-dev / release-dev (push) Has been cancelled

This commit is contained in:
Warunee Tamkoo 2025-01-30 11:33:00 +07:00
parent 339de6132e
commit a0cc5b62ff
2 changed files with 14 additions and 10 deletions

View file

@ -19,15 +19,19 @@ namespace BMA.EHR.Application.Responses
public class Commander
{
public string personal_id { get; set; }
// public string personal_id { get; set; }
public string name { get; set; }
public string PositionId { get; set; }
public string PositionLevelId { get; set; }
public string PositionLineId { get; set; }
public string Position { get; set; }
public string Department { get; set; }
public string OrganizationOrganization { get; set; }
public string Oc { get; set; }
// public string PositionId { get; set; }
// public string PositionLevelId { get; set; }
// public string PositionLineId { get; set; }
public string position { get; set; }
// public string Department { get; set; }
// public string OrganizationOrganization { get; set; }
// public string Oc { get; set; }
public DateTime? dated { get; set; }
public string posLevel { get; set; }
public string posType { get; set; }
}
public class Chairman