กรณีเลือกหน่วยงาน เพิ่มฟิลด์ posExecutiveName
This commit is contained in:
parent
a4c629b9bd
commit
fcf76349f6
6 changed files with 6 additions and 0 deletions
|
|
@ -29,5 +29,6 @@ namespace BMA.EHR.Placement.Service.Requests
|
|||
public string? posLevelId { get; set; }
|
||||
public string? posLevelName { get; set; }
|
||||
public string? typeCommand { get; set; }
|
||||
public string? posExecutiveName { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
@ -29,5 +29,6 @@ namespace BMA.EHR.Placement.Service.Requests
|
|||
public string? posLevelId { get; set; }
|
||||
public string? posLevelName { get; set; }
|
||||
public string? typeCommand { get; set; }
|
||||
public string? posExecutiveName { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
@ -38,5 +38,6 @@ namespace BMA.EHR.Placement.Service.Requests
|
|||
public string? posLevelId { get; set; }
|
||||
public string? posLevelName { get; set; }
|
||||
public string? typeCommand { get; set; }
|
||||
public string? posExecutiveName { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue