This commit is contained in:
parent
339de6132e
commit
a0cc5b62ff
2 changed files with 14 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue