This commit is contained in:
he
2022-10-17 15:55:23 +08:00
parent d3b1373ecf
commit 2c22c17566
2 changed files with 10 additions and 3 deletions
@@ -18,12 +18,19 @@ namespace IRaCIS.Application.Contracts
}
public class GetTrialConfigDictionaryListOutDto
{
}
public class GetTrialConfigDictionaryListInDto
{
[NotDefault]
public Guid TrialId { get; set; }
//public
public string ParentCode { get; set; }
}
public class AddTrialConfigDictionaryListInDto