api import เครื่องราช,ใบกำกับ
This commit is contained in:
parent
9c610407f4
commit
69f23fd0cb
21 changed files with 47554 additions and 55 deletions
|
|
@ -6,12 +6,12 @@ namespace BMA.EHR.Retirement.Service.Requests
|
|||
public class RetirementQuestionRequest
|
||||
{
|
||||
public Guid RetirementResignId { get; set; }
|
||||
public List<string>? ReasonWork { get; set; }
|
||||
public List<int>? ReasonWork { get; set; }
|
||||
public string? ReasonWorkOther { get; set; }
|
||||
public List<string>? TimeThink { get; set; }
|
||||
public List<string>? ExitFactor { get; set; }
|
||||
public int? TimeThink { get; set; }
|
||||
public List<int>? ExitFactor { get; set; }
|
||||
public string? ExitFactorOther { get; set; }
|
||||
public List<string>? Adjust { get; set; }
|
||||
public List<int>? Adjust { get; set; }
|
||||
public string? AdjustOther { get; set; }
|
||||
public string? RealReason { get; set; }
|
||||
public string? NotExitFactor { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue