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

This commit is contained in:
he
2024-11-21 13:32:14 +08:00
parent c08bad2fec
commit 6c434e2ace
3 changed files with 11 additions and 4 deletions
@@ -369,7 +369,7 @@ namespace IRaCIS.Application.Contracts
{
public Guid DoctorId { get; set; }
public Guid? TrialId { get; set; }
public Guid? TrialId { get; set; } = null;
}
public class SummarizeInfoDto