修改一版
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user