design report แนวนอน

This commit is contained in:
Kittapath 2023-10-09 15:45:40 +07:00
parent 786334d8bb
commit 4a383f251b
9 changed files with 17 additions and 6 deletions

View file

@ -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;
}
}

View file

@ -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;
}
}