แก้รายงาน

This commit is contained in:
Suphonchai Phoonsawat 2023-09-27 16:56:12 +07:00
parent 2c1527b863
commit 04b8885e18
11 changed files with 31 additions and 1 deletions

View file

@ -25,5 +25,7 @@
public string PlacementName { get; set;} = string.Empty;
public string Seq { get; set; } = string.Empty;
public string Education { get; set; } = string.Empty;
}
}

View file

@ -35,5 +35,7 @@ namespace BMA.EHR.Application.Responses.Reports
public string NewSalary { get; set; } = "";
public string AppointDate { get; set; } = string.Empty;
public string Education { get; set;} = string.Empty;
}
}