修改一版

This commit is contained in:
he
2022-10-21 14:32:24 +08:00
parent 06d803fd8f
commit 8653ef23af
7 changed files with 58 additions and 13 deletions
@@ -84,6 +84,13 @@ namespace IRaCIS.Application.Contracts
}
public class GetCriterionDictionaryListOutDto
{
public string Code { get; set; } = string.Empty;
public string Description { get; set; } = string.Empty;
}
public class BasicDicSelect
{
public Guid Id { get; set; }