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

This commit is contained in:
2024-06-04 11:42:44 +08:00
parent 7573ffe941
commit 9875d9622d
6 changed files with 41 additions and 2 deletions
@@ -67,7 +67,9 @@ namespace IRaCIS.Core.Application.Contracts.DTO
public class AssginSiteCRCCommand
{
[NotDefault]
public Guid TrialId { get; set; }
[NotDefault]
public Guid TrialSiteId { get; set; }
public Guid UserId { get; set; }
public DateTime? CreateTime { get; set; } = DateTime.Now;
@@ -303,7 +303,7 @@ namespace IRaCIS.Application.Contracts
public class SiteCRCQuery : TrialMaintenanceQuery
{
[NotDefault]
public Guid TrialSiteId { get; set; }
}