@@ -232,6 +232,8 @@ namespace IRaCIS.Application.Contracts
|
||||
{
|
||||
public int DoctorTrialState { get; set; }
|
||||
public string OptUserName { get; set; } = string.Empty;
|
||||
|
||||
public int? OptUserType { get; set; }
|
||||
public DateTime? OptTime { get; set; }
|
||||
public string? OptTimeStr => OptTime?.ToString("yyyy-MM-dd HH:mm:ss");
|
||||
|
||||
@@ -265,7 +267,7 @@ namespace IRaCIS.Application.Contracts
|
||||
public string OptUserName { get; set; } = String.Empty;
|
||||
public DateTime? OptTime { get; set; }
|
||||
|
||||
|
||||
public int OptUserType { get; set; }
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -261,6 +261,7 @@ namespace IRaCIS.Core.Application.Service
|
||||
{
|
||||
u.DoctorTrialState = opt.IntoGroupState;
|
||||
u.OptTime = opt.OptTime;
|
||||
u.OptUserType=opt.OptUserType;
|
||||
u.OptUserName = opt.OptUserName;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user