Uat_Study
parent
57c1f806d6
commit
710e2fa2f4
|
@ -26,7 +26,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
public Guid? RelevanceId { get; set; }
|
public Guid? RelevanceId { get; set; }
|
||||||
public string RelevanceValue { get; set; }
|
public string RelevanceValue { get; set; }
|
||||||
public int ShowQuestion { get; set; }
|
public int ShowQuestion { get; set; }
|
||||||
public int? MaxQuestionCount { get; set; }
|
public int MaxRowCount { get; set; }
|
||||||
public string DataTableName { get; set; }
|
public string DataTableName { get; set; }
|
||||||
public string DataTableColumn { get; set; }
|
public string DataTableColumn { get; set; }
|
||||||
}
|
}
|
||||||
|
@ -43,7 +43,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
///<summary> ReadingTableQuestionSystemAddOrEdit 列表查询参数模型</summary>
|
///<summary> ReadingTableQuestionSystemAddOrEdit 列表查询参数模型</summary>
|
||||||
public class ReadingTableQuestionSystemAddOrEdit
|
public class ReadingTableQuestionSystemAddOrEdit
|
||||||
{
|
{
|
||||||
public Guid Id { get; set; }
|
public Guid? Id { get; set; }
|
||||||
public Guid ReadingQuestionId { get; set; }
|
public Guid ReadingQuestionId { get; set; }
|
||||||
public string Type { get; set; }
|
public string Type { get; set; }
|
||||||
public Guid? ParentId { get; set; }
|
public Guid? ParentId { get; set; }
|
||||||
|
@ -59,7 +59,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
public Guid? RelevanceId { get; set; }
|
public Guid? RelevanceId { get; set; }
|
||||||
public string RelevanceValue { get; set; }
|
public string RelevanceValue { get; set; }
|
||||||
public int ShowQuestion { get; set; }
|
public int ShowQuestion { get; set; }
|
||||||
public int? MaxQuestionCount { get; set; }
|
public int MaxRowCount { get; set; }
|
||||||
public string DataTableName { get; set; }
|
public string DataTableName { get; set; }
|
||||||
public string DataTableColumn { get; set; }
|
public string DataTableColumn { get; set; }
|
||||||
}
|
}
|
||||||
|
|
|
@ -94,7 +94,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 最大问题数
|
/// 最大问题数
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public int? MaxQuestionCount { get; set; }
|
public int MaxRowCount { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 数据表名称
|
/// 数据表名称
|
||||||
|
|
Loading…
Reference in New Issue