api ตำแหน่ง draft
This commit is contained in:
parent
6b7fcaaba2
commit
6a572144ab
42 changed files with 32604 additions and 1 deletions
22
BMA.EHR.Application/Requests/InsigniaRequestItem.cs
Normal file
22
BMA.EHR.Application/Requests/InsigniaRequestItem.cs
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
namespace BMA.EHR.Application.Requests
|
||||
{
|
||||
public class InsigniaRequestItem
|
||||
{
|
||||
public Guid ProfileId { get; set; }
|
||||
public string FullName { get; set; }
|
||||
public string Position { get; set; }
|
||||
public string PosNo { get; set; }
|
||||
public string Rank { get; set; }
|
||||
public string Salary { get; set; }
|
||||
public string LastInsignia { get; set; }
|
||||
public string RequestInsignia { get; set; }
|
||||
public string RequestInsigniaShortName { get; set; }
|
||||
public string Level { get; set; }
|
||||
public bool IsApprove { get; set; }
|
||||
public DateTime? RequestDate { get; set; }
|
||||
public string RequestNote { get; set; }
|
||||
public List<InsigniaRequestDoc> Docs { get; set; }
|
||||
|
||||
public List<MatchingCondition> MatchingConditions { get; set; } = new List<MatchingCondition>();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue