เพิ่มคำสั่งยกเลิกลา
This commit is contained in:
parent
bcf0c0bfdb
commit
033fc915d0
12 changed files with 19309 additions and 88 deletions
|
|
@ -0,0 +1,24 @@
|
|||
namespace BMA.EHR.Command.Service.Requests
|
||||
{
|
||||
public class CreateCommandGroup16Request
|
||||
{
|
||||
public string? caseFault { get; set; }
|
||||
public string? faultLevel { get; set; }
|
||||
public string? refRaw { get; set; }
|
||||
public string? result { get; set; }
|
||||
public Guid orderBy { get; set; }
|
||||
public string orderByOrganizationName { get; set; } = string.Empty;
|
||||
public DateTime orderDate { get; set; }
|
||||
public string orderTitle { get; set; } = string.Empty;
|
||||
public string orderNo { get; set; } = string.Empty;
|
||||
public Guid orderTypeValue { get; set; }
|
||||
public int orderYear { get; set; }
|
||||
public string signatoryBy { get; set; } = string.Empty;
|
||||
public string signatoryPosition { get; set; } = string.Empty;
|
||||
public Guid? salaryPeriodId { get; set; }
|
||||
public string? year { get; set; }
|
||||
public string? salaryPeriod { get; set; }
|
||||
public DateTime? actStartDate { get; set; }
|
||||
public DateTime? actEndDate { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue