แก้บั้กออกคำสั่งบรรจุ
This commit is contained in:
parent
7d88274dae
commit
99485f64e0
4 changed files with 33 additions and 10 deletions
|
|
@ -14,15 +14,17 @@
|
|||
|
||||
public Guid orderBy { get; set; }
|
||||
|
||||
public string signatoryBy { get; set; }
|
||||
public string orderByOrganizationName { get; set; } = string.Empty;
|
||||
|
||||
public string signatoryPosition { get; set; }
|
||||
public string signatoryBy { get; set; } = string.Empty;
|
||||
|
||||
public string signatoryPosition { get; set; } = string.Empty;
|
||||
|
||||
public Guid examRound { get; set; }
|
||||
|
||||
public string registerPosition { get; set; }
|
||||
public string registerPosition { get; set; } = string.Empty;
|
||||
|
||||
public string conclusionRegisterNo { get; set; }
|
||||
public string conclusionRegisterNo { get; set; } = string.Empty;
|
||||
|
||||
public DateTime conclusionRegisterDate { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue