Compare commits

...

2 Commits

Author SHA1 Message Date
hang 3ee9703dca Merge branch 'Test_HIR_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_HIR_Net8
continuous-integration/drone/push Build is passing Details
2025-09-02 14:07:12 +08:00
hang 217df5dc2f 删除中心参数 2025-09-02 14:07:09 +08:00
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,8 @@ namespace IRaCIS.Application.Contracts
[NotDefault]
public Guid TrialId { get; set; }
[NotDefault]
public Guid TrialSiteId { get; set; }
public SubjectStatus Status { get; set; }