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

This commit is contained in:
he
2025-03-14 14:25:02 +08:00
parent f9c2ac030a
commit c2360dd519
6 changed files with 19268 additions and 5 deletions
@@ -15,6 +15,15 @@
public bool ReUpload { get; set; } = false;
public Guid? TrialId { get; set; }
public string BlindName { get; set; } = string.Empty;
public string BlindNameCN { get; set; } = string.Empty;
public string ChineseName { get; set; } = string.Empty;
public string FirstName { get; set; } = string.Empty;
public string FullName => LastName + " / " + FirstName;
public string LastName { get; set; } = string.Empty;
}
public class SetAttachmentAuthorizedView