修改 CRO Sponsor 部位
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-06-05 14:54:37 +08:00
parent facd9e0e5f
commit c95ea8c547
5 changed files with 46 additions and 4 deletions
+2
View File
@@ -17,5 +17,7 @@ namespace IRaCIS.Core.Domain.Models
public Guid CreateUserId { get; set; }
public Guid UpdateUserId { get; set; }
public DateTime UpdateTime { get; set; }
public Guid? TrialId { get; set; }
}
}
@@ -17,5 +17,8 @@ namespace IRaCIS.Core.Domain.Models
public Guid CreateUserId { get; set; } = Guid.Empty;
public DateTime UpdateTime { get; set; } = DateTime.Now;
public Guid UpdateUserId { get; set; } = Guid.Empty;
public Guid? TrialId { get; set; }
}
}