修改质控返回字段
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-12-05 16:45:33 +08:00
parent 84ba0bc4a9
commit effd6fee41
2 changed files with 3 additions and 1 deletions
@@ -199,7 +199,7 @@ namespace IRaCIS.Core.Application.Contracts.DTO
public class QCChallengeWithUser : QCChallengeCommand
{
public bool IsBaseLine { get; set; }
public string VisitName { get; set; }
public string BlindName { get; set; } = string.Empty;
public string SubjectCode { get; set; }