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