add CommandExcecuteDate

This commit is contained in:
Bright 2024-11-08 17:22:51 +07:00
parent 0f75dad798
commit 4970659f0a
5 changed files with 21 additions and 1 deletions

View file

@ -21,5 +21,6 @@ namespace BMA.EHR.Retirement.Service.Requests
public string? RemarkHorizontal { get; set; }
public string? RemarkVertical { get; set; }
public int CommandYear { get; set; }
public DateTime? CommandExcecuteDate { get; set; }
}
}