แก้ไขแสดงรายชื่อรายงานประกาศเกษียณ
This commit is contained in:
parent
805c28e745
commit
806eee393b
8 changed files with 99 additions and 62 deletions
24
BMA.EHR.Application/Responses/ProfileJsonRequest.cs
Normal file
24
BMA.EHR.Application/Responses/ProfileJsonRequest.cs
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
namespace BMA.EHR.Application.Responses
|
||||
{
|
||||
public class ProfileJsonRequest
|
||||
{
|
||||
public int order { get; set; }
|
||||
public Guid id { get; set; }
|
||||
public string reason { get; set; }
|
||||
public string remove { get; set; }
|
||||
public Guid profileId { get; set; }
|
||||
public string? citizenId { get; set; }
|
||||
public string? prefix { get; set; }
|
||||
public string? fullName { get; set; }
|
||||
public string? organizationOrganization { get; set; }
|
||||
public string? oc { get; set; }
|
||||
public string? position { get; set; }
|
||||
public string? positionType { get; set; }
|
||||
public string? positionExecutive { get; set; }
|
||||
public string? posNo { get; set; }
|
||||
public string? positionEmployeePosition { get; set; }
|
||||
public string? positionEmployeeLevel { get; set; }
|
||||
public string? positionEmployeeGroup { get; set; }
|
||||
public string? posNoEmployee { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue