From ab88dd54c625aaa6a0a01c7e7cf55b49f6b45a20 Mon Sep 17 00:00:00 2001 From: wxd <123@qq.com> Date: Sat, 15 Jun 2024 19:25:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=94=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../QuestionAnswers/CreateQuestionAnswerDto.cs | 4 ++-- .../QuestionAnswers/QuestionAnswerDto.cs | 4 ++-- .../QuestionAnswers/QuestionAnswerTreeListDto.cs | 4 ++-- .../QuestionAnswers/UpdateQuestionAnswerDto.cs | 4 ++-- src/Shentun.WebPeis.Domain/Models/QuestionAnswer.cs | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/Shentun.WebPeis.Application.Contracts/QuestionAnswers/CreateQuestionAnswerDto.cs b/src/Shentun.WebPeis.Application.Contracts/QuestionAnswers/CreateQuestionAnswerDto.cs index a5ce447..17bd4dc 100644 --- a/src/Shentun.WebPeis.Application.Contracts/QuestionAnswers/CreateQuestionAnswerDto.cs +++ b/src/Shentun.WebPeis.Application.Contracts/QuestionAnswers/CreateQuestionAnswerDto.cs @@ -21,12 +21,12 @@ namespace Shentun.WebPeis.QuestionAnswers /// - /// 子答案类别 + /// 子答案类别 0-单选 1-多选 /// public char? ChildAnswerType { get; set; } /// - /// 答案结果类别 + /// 答案结果类别 0-选择 1-填写 /// public char? AnswerResultType { get; set; } diff --git a/src/Shentun.WebPeis.Application.Contracts/QuestionAnswers/QuestionAnswerDto.cs b/src/Shentun.WebPeis.Application.Contracts/QuestionAnswers/QuestionAnswerDto.cs index 5809d69..2ec2b4d 100644 --- a/src/Shentun.WebPeis.Application.Contracts/QuestionAnswers/QuestionAnswerDto.cs +++ b/src/Shentun.WebPeis.Application.Contracts/QuestionAnswers/QuestionAnswerDto.cs @@ -24,12 +24,12 @@ namespace Shentun.WebPeis.QuestionAnswers /// - /// 子答案类别 + /// 子答案类别 0-单选 1-多选 /// public char? ChildAnswerType { get; set; } /// - /// 答案结果类别 + /// 答案结果类别 0-选择 1-填写 /// public char? AnswerResultType { get; set; } diff --git a/src/Shentun.WebPeis.Application.Contracts/QuestionAnswers/QuestionAnswerTreeListDto.cs b/src/Shentun.WebPeis.Application.Contracts/QuestionAnswers/QuestionAnswerTreeListDto.cs index 30c167b..91e9fe9 100644 --- a/src/Shentun.WebPeis.Application.Contracts/QuestionAnswers/QuestionAnswerTreeListDto.cs +++ b/src/Shentun.WebPeis.Application.Contracts/QuestionAnswers/QuestionAnswerTreeListDto.cs @@ -24,12 +24,12 @@ namespace Shentun.WebPeis.QuestionAnswers /// - /// 子答案类别 + /// 子答案类别 0-单选 1-多选 /// public char? ChildAnswerType { get; set; } /// - /// 答案结果类别 + /// 答案结果类别 0-选择 1-填写 /// public char? AnswerResultType { get; set; } diff --git a/src/Shentun.WebPeis.Application.Contracts/QuestionAnswers/UpdateQuestionAnswerDto.cs b/src/Shentun.WebPeis.Application.Contracts/QuestionAnswers/UpdateQuestionAnswerDto.cs index 0e2237b..40e5569 100644 --- a/src/Shentun.WebPeis.Application.Contracts/QuestionAnswers/UpdateQuestionAnswerDto.cs +++ b/src/Shentun.WebPeis.Application.Contracts/QuestionAnswers/UpdateQuestionAnswerDto.cs @@ -25,12 +25,12 @@ namespace Shentun.WebPeis.QuestionAnswers /// - /// 子答案类别 + /// 子答案类别 0-单选 1-多选 /// public char? ChildAnswerType { get; set; } /// - /// 答案结果类别 + /// 答案结果类别 0-选择 1-填写 /// public char? AnswerResultType { get; set; } diff --git a/src/Shentun.WebPeis.Domain/Models/QuestionAnswer.cs b/src/Shentun.WebPeis.Domain/Models/QuestionAnswer.cs index ecc88ec..abaf4d0 100644 --- a/src/Shentun.WebPeis.Domain/Models/QuestionAnswer.cs +++ b/src/Shentun.WebPeis.Domain/Models/QuestionAnswer.cs @@ -28,12 +28,12 @@ public partial class QuestionAnswer : AuditedEntity, IHasConcurrencyStamp, IDisp /// - /// 子答案类别 + /// 子答案类别 0-单选 1-多选 /// public char? ChildAnswerType { get; set; } /// - /// 答案结果类别 + /// 答案结果类别 0-选择 1-填写 /// public char? AnswerResultType { get; set; }