@@ -438,7 +438,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
public string Remark { get; set; }
|
||||
public Guid? RelevanceId { get; set; }
|
||||
public string RelevanceValue { get; set; } = string.Empty;
|
||||
public int ShowQuestion { get; set; }
|
||||
public ShowQuestion ShowQuestion { get; set; }
|
||||
public int? MaxRowCount { get; set; }
|
||||
public string DataTableName { get; set; } = string.Empty;
|
||||
public string DataTableColumn { get; set; } = string.Empty;
|
||||
@@ -577,7 +577,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
public string Remark { get; set; }
|
||||
public Guid? RelevanceId { get; set; }
|
||||
public string RelevanceValue { get; set; } = string.Empty;
|
||||
public int ShowQuestion { get; set; }
|
||||
public ShowQuestion ShowQuestion { get; set; }
|
||||
public int? MaxRowCount { get; set; }
|
||||
public string DataTableName { get; set; } = string.Empty;
|
||||
public string DataTableColumn { get; set; } = string.Empty;
|
||||
@@ -1707,7 +1707,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
public string RelevanceValue { get; set; } = string.Empty;
|
||||
|
||||
[Comment("是否显示")]
|
||||
public int ShowQuestion { get; set; }
|
||||
public ShowQuestion ShowQuestion { get; set; }
|
||||
|
||||
[Comment("最大问题数")]
|
||||
public int? MaxRowCount { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user