修改入组附件
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
3bdd5af113
commit
97b28fd920
|
@ -268,7 +268,7 @@ namespace IRaCIS.Application.Contracts
|
|||
|
||||
public Guid EnrollId { get; set; }
|
||||
public DateTime? OutEnrollTime { get; set; }
|
||||
public Guid AgreementId { get; set; }
|
||||
public Guid? AgreementId { get; set; }
|
||||
|
||||
public string AgreementPath { get; set; } = String.Empty;
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ namespace IRaCIS.Core.Domain.Models
|
|||
|
||||
public Guid DoctorId { get; set; }
|
||||
public Guid TrialId { get; set; }
|
||||
public Guid AttachmentId { get; set; } = Guid.Empty;
|
||||
public Guid? AttachmentId { get; set; }
|
||||
public EnrollStatus EnrollStatus { get; set; }
|
||||
|
||||
public decimal? AdjustmentMultiple { get; set; }
|
||||
|
|
Loading…
Reference in New Issue