ออกคำสั่ง 22 24
This commit is contained in:
parent
cbabad68a9
commit
cc711146c5
9 changed files with 634 additions and 42 deletions
|
|
@ -0,0 +1,20 @@
|
|||
namespace BMA.EHR.Application.Responses.Reports
|
||||
{
|
||||
public class CommandType22Response
|
||||
{
|
||||
public string? Seq { get; set; } = string.Empty;
|
||||
// public string CitizenId { get; set; } = string.Empty;
|
||||
public string? FullName { get; set; } = string.Empty;
|
||||
public string? Organization { get; set; } = string.Empty;
|
||||
public string? OldPositionName { get; set; } = string.Empty;
|
||||
public string? OldPositionLevel { get; set; } = string.Empty;
|
||||
public string? OldPositionNumber { get; set; } = string.Empty;
|
||||
public string? OldSalary { get; set; } = "";
|
||||
// public string NewOc { get; set; } = string.Empty;
|
||||
public string? NewPositionName { get; set; } = string.Empty;
|
||||
public string? NewPositionLevel { get; set; } = string.Empty;
|
||||
public string? NewPositionNumber { get; set; } = string.Empty;
|
||||
public string? NewSalary { get; set; } = "";
|
||||
public string? Reason { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue