เพิ่มฟิวชื่อคนได้เครื่องราช
This commit is contained in:
parent
8d700d273f
commit
f5ec2a57e5
5 changed files with 18533 additions and 0 deletions
|
|
@ -61,5 +61,20 @@ namespace BMA.EHR.Domain.Models.Insignias
|
|||
//public Profile Profile { get; set; }
|
||||
public Insignia RequestInsignia { get; set; }
|
||||
public InsigniaNote InsigniaNote { get; set; }
|
||||
|
||||
public string? Prefix { get; set; }
|
||||
public string? FirstName { get; set; }
|
||||
public string? LastName { get; set; }
|
||||
public string? CitizenId { get; set; }
|
||||
public DateTime? BirthDate { get; set; }
|
||||
public DateTime? DateAppoint { get; set; }
|
||||
public string? Position { get; set; }
|
||||
public string? ProfileType { get; set; }
|
||||
public string? Gender { get; set; }
|
||||
public string? PosTypeName { get; set; }
|
||||
public string? PosLevelName { get; set; }
|
||||
public string? PosNo { get; set; }
|
||||
public double? Amount { get; set; }
|
||||
public double? PositionSalaryAmount { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue