From 710e2fa2f4214039dae4bbc57a248b5cab264322 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Fri, 12 Aug 2022 11:27:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Reading/Dto/ReadingQuestionViewModel.cs | 6 +++--- IRaCIS.Core.Domain/Reading/ReadingTableQuestionSystem.cs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs index 1bec8285..1ce95f5e 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs @@ -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 /// ReadingTableQuestionSystemAddOrEdit 列表查询参数模型 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; } } diff --git a/IRaCIS.Core.Domain/Reading/ReadingTableQuestionSystem.cs b/IRaCIS.Core.Domain/Reading/ReadingTableQuestionSystem.cs index 59e291eb..66dd70e5 100644 --- a/IRaCIS.Core.Domain/Reading/ReadingTableQuestionSystem.cs +++ b/IRaCIS.Core.Domain/Reading/ReadingTableQuestionSystem.cs @@ -94,7 +94,7 @@ namespace IRaCIS.Core.Domain.Models /// /// 最大问题数 /// - public int? MaxQuestionCount { get; set; } + public int MaxRowCount { get; set; } /// /// 数据表名称