From ad231fdb53d62ea3ae77345791f55a7794987d80 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Tue, 25 Oct 2022 17:07:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../IRaCIS.Core.Application.xml | 45 ----------------- .../Dto/ReadingMedicineQuestionViewModel.cs | 50 +------------------ 2 files changed, 2 insertions(+), 93 deletions(-) diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml index af69283b2..2c718faa0 100644 --- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml +++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml @@ -5216,51 +5216,6 @@ 位置 英文 - - - 类型 - - - - - 父问题触发 - - - - - 问题名称 - - - - - 是否是必须 - - - - - 排序 - - - - - 父问题ID - - - - - 类型值 - - - - - 是否启用 - - - - - 任务类型 - - 排序 diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingMedicineQuestionViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingMedicineQuestionViewModel.cs index 67662304e..8b634c90d 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingMedicineQuestionViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingMedicineQuestionViewModel.cs @@ -6,55 +6,9 @@ using System.ComponentModel.DataAnnotations; namespace IRaCIS.Core.Application.ViewModel { - public class ReadingMedicineSystemQuestionView + public class ReadingMedicineSystemQuestionView: ReadingMedicineSystemQuestionAddOrEdit { - public Guid Id { get; set; } - - /// - /// 类型 - /// - public string Type { get; set; } - - /// - /// 父问题触发 - /// - public string ParentTriggerValue { get; set; } = string.Empty; - - /// - /// 问题名称 - /// - public string QuestionName { get; set; } - - /// - /// 是否是必须 - /// - public bool IsRequired { get; set; } - - /// - /// 排序 - /// - public int ShowOrder { get; set; } - - /// - /// 父问题ID - /// - public Guid? ParentId { get; set; } - - /// - /// 类型值 - /// - public string TypeValue { get; set; } - - /// - /// 是否启用 - /// - public bool IsEnable { get; set; } - - /// - /// 任务类型 - /// - public ReadingCategory ReadingCategory { get; set; } - + /// /// 排序