修改
continuous-integration/drone/push Build is running

This commit is contained in:
he
2024-11-25 16:30:56 +08:00
parent bc68271a2a
commit 69bfecca9c
2 changed files with 5 additions and 0 deletions
@@ -174,6 +174,8 @@ namespace IRaCIS.Application.Contracts
public class SelectionReviewerDTO : DoctorDTO
{
public int DoctorTrialState { get; set; }
public bool IsEnroll { get; set; } = false;
public string OptUserName { get; set; } = string.Empty;
public DateTime? OptTime { get; set; }
public string? OptTimeStr => OptTime?.ToString("yyyy-MM-dd HH:mm:ss");