修改一版

This commit is contained in:
he
2022-07-11 11:16:02 +08:00
parent 16da83540b
commit 42f9f68395
3 changed files with 33 additions and 3 deletions
@@ -285,7 +285,16 @@ namespace IRaCIS.Core.Application.Contracts
public string SignCode { get; set; } = string.Empty;
}
public class GetReadingInfoOutDto
{
}
public class GetReadingInfoInDto
{
[NotDefault]
public Guid TrialId { get; set; }
}
public class SignConfirmDTO
{