design report แนวนอน
This commit is contained in:
parent
786334d8bb
commit
4a383f251b
9 changed files with 17 additions and 6 deletions
|
|
@ -22,10 +22,12 @@
|
|||
|
||||
public string ExamNumber { get; set; } = "0";
|
||||
|
||||
public string PlacementName { get; set;} = string.Empty;
|
||||
public string PlacementName { get; set; } = string.Empty;
|
||||
|
||||
public string Seq { get; set; } = string.Empty;
|
||||
|
||||
public string Education { get; set; } = string.Empty;
|
||||
public string? RemarkHorizontal { get; set; } = string.Empty;
|
||||
public string? RemarkVertical { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -41,5 +41,7 @@ namespace BMA.EHR.Application.Responses.Reports
|
|||
public string? LeaveDate { get; set; } = string.Empty;
|
||||
public string? MilitaryDate { get; set; } = string.Empty;
|
||||
public string? OldSalaryDate { get; set; } = string.Empty;
|
||||
public string? RemarkHorizontal { get; set; } = string.Empty;
|
||||
public string? RemarkVertical { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue