修改入组附件
continuous-integration/drone/push Build is passing Details

IRC_NewDev
hang 2024-09-20 11:07:26 +08:00
parent 3bdd5af113
commit 97b28fd920
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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; }