คำสั่งวินัย
This commit is contained in:
parent
f644654384
commit
1747891818
15 changed files with 6826 additions and 83 deletions
|
|
@ -0,0 +1,11 @@
|
|||
namespace BMA.EHR.Application.Responses.Reports
|
||||
{
|
||||
public class CommandType23Response
|
||||
{
|
||||
public string? FullName { get; set; } = string.Empty;
|
||||
public string? Positionname { get; set; } = string.Empty;
|
||||
public string? Positionno { get; set; } = string.Empty;
|
||||
public string? Organizationname { get; set; } = string.Empty;
|
||||
public string? Salary { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue