修改一版

This commit is contained in:
he
2022-08-17 14:14:54 +08:00
parent ad9e0208f3
commit b119b01b95
8 changed files with 140 additions and 5 deletions
@@ -77,6 +77,21 @@ namespace IRaCIS.Core.Application.ViewModel
}
public class CriterionNidusData : CriterionNidus
{
public Guid OriginalId { get; set; }
}
public class SynchronizeSystemOrganToTrialInDto
{
public Guid TrialId { get; set; }
public Guid? SystemCriterionId { get; set; }
}
public class SetOrganIsEnableInDto
{
public bool IsEnable { get; set; }
@@ -8,6 +8,12 @@ using System.Threading.Tasks;
namespace IRaCIS.Core.Application.Service.Reading.Dto
{
public class GetSystemCriterionListOutDto
{
public Guid CriterionId { get; set; }
public string CriterionName { get; set; }
}
public class ReadingTableQuestionSystemView
{
public Guid Id { get; set; }