下载记录表 增加SubjectId字段
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-11 11:04:19 +08:00
parent 854f1e5109
commit 751c976f95
6 changed files with 17842 additions and 0 deletions
@@ -12,6 +12,8 @@ public class TrialImageDownload : BaseFullAuditEntity
public Guid TrialId { get; set; }
public Guid SubjectId { get; set; }
public string SubjectCode { get; set; }
public bool IsSuccess { get; set; }