This commit is contained in:
he
2022-08-12 11:27:03 +08:00
parent 57c1f806d6
commit 710e2fa2f4
2 changed files with 4 additions and 4 deletions
@@ -26,7 +26,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid? RelevanceId { get; set; }
public string RelevanceValue { get; set; }
public int ShowQuestion { get; set; }
public int? MaxQuestionCount { get; set; }
public int MaxRowCount { get; set; }
public string DataTableName { get; set; }
public string DataTableColumn { get; set; }
}
@@ -43,7 +43,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
///<summary> ReadingTableQuestionSystemAddOrEdit 列表查询参数模型</summary>
public class ReadingTableQuestionSystemAddOrEdit
{
public Guid Id { get; set; }
public Guid? Id { get; set; }
public Guid ReadingQuestionId { get; set; }
public string Type { get; set; }
public Guid? ParentId { get; set; }
@@ -59,7 +59,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid? RelevanceId { get; set; }
public string RelevanceValue { get; set; }
public int ShowQuestion { get; set; }
public int? MaxQuestionCount { get; set; }
public int MaxRowCount { get; set; }
public string DataTableName { get; set; }
public string DataTableColumn { get; set; }
}