From 0cbcbca7645611f05301de487138440037572972 Mon Sep 17 00:00:00 2001 From: xiaochanghai Date: Mon, 12 May 2025 13:39:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=97=AE=E5=8D=B7=E9=A2=98?= =?UTF-8?q?=E7=9B=AE=E6=B1=A0=E6=96=B0=E5=A2=9E=E7=BC=96=E8=BE=91=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Model/Tiobon.Web.pdm | 22 +++++++++---------- Tiobon.Core.Api/Tiobon.Core.Model.xml | 8 +++---- .../Ghre_SurveyQuestionPoolOption.Dto.Base.cs | 10 ++++----- .../Ghre/Ghre_SurveyQuestionPoolOption.cs | 10 ++++----- .../Ghre/Ghre_SurveyQuestionPoolServices.cs | 4 ++-- Tiobon.Core/Tiobon.Core.Model.xml | 8 +++---- Tiobon.Core/Tiobon.Core.xml | 4 ++-- 7 files changed, 33 insertions(+), 33 deletions(-) diff --git a/Model/Tiobon.Web.pdm b/Model/Tiobon.Web.pdm index 5b47d2a6..887169c3 100644 --- a/Model/Tiobon.Web.pdm +++ b/Model/Tiobon.Web.pdm @@ -1,5 +1,5 @@ - + @@ -9743,7 +9743,7 @@ DESTINATION 0 新宋体,8,N 1717726229 1719381754 -((-42337,11400), (-39337,18375)) +((-42449,11400), (-39225,18375)) ((-40837,11400),(-40837,18375)) 2 1 @@ -9966,7 +9966,7 @@ DESTINATION 0 新宋体,8,N 1727337857 1727337857 -((-54786,11250), (-48786,18150)) +((-54898,11250), (-48674,18150)) ((-51786,18150),(-51786,11250)) 2 1 @@ -10010,7 +10010,7 @@ DESTINATION 0 新宋体,8,N 1738913762 1738913762 -((-43349,-30975), (-38849,-24075)) +((-43461,-30975), (-38737,-24075)) ((-41099,-30975),(-41099,-24075)) 2 1 @@ -10055,7 +10055,7 @@ DESTINATION 0 新宋体,8,N 1738915648 1738915648 -((-43011,-23625), (-38511,-17925)) +((-43123,-23625), (-38399,-17925)) ((-40761,-17925),(-40761,-23625)) 2 1 @@ -10077,7 +10077,7 @@ DESTINATION 0 新宋体,8,N 1738916095 1738916119 -((-53924,-23812), (-39449,-17325)) +((-54036,-23812), (-39449,-17325)) ((-51674,-17325),(-51674,-23400),(-39449,-23400)) 2 1 @@ -10099,7 +10099,7 @@ DESTINATION 0 新宋体,8,N 1738916098 1738916104 -((-53999,-31050), (-42899,-24863)) +((-54111,-31050), (-42899,-24863)) ((-51749,-31050),(-51749,-25275),(-42899,-25275)) 2 1 @@ -57856,10 +57856,10 @@ Ghra_staff_InsureBase 2106B10A-AD2D-4710-BE65-8BEBE11001E9 选项编号 -QuestionNo +OptionNo 1741255827 Administrator -1741255827 +1747027799 Administrator 题目编号 nvarchar(32) @@ -57868,10 +57868,10 @@ Ghra_staff_InsureBase FB3A6BDB-D4A9-40CC-AF9A-20296F510C8D 选项内容 -AnswerContent +OptionContent 1741255827 Administrator -1741255827 +1747027800 Administrator 答案内容 nvarchar(2000) diff --git a/Tiobon.Core.Api/Tiobon.Core.Model.xml b/Tiobon.Core.Api/Tiobon.Core.Model.xml index 467c7cdf..b6c6d411 100644 --- a/Tiobon.Core.Api/Tiobon.Core.Model.xml +++ b/Tiobon.Core.Api/Tiobon.Core.Model.xml @@ -9240,12 +9240,12 @@ 问卷调查ID - + 题目编号 - + 答案内容 @@ -28132,12 +28132,12 @@ 问卷调查ID - + 题目编号 - + 答案内容 diff --git a/Tiobon.Core.Model/Base/Ghre/Ghre_SurveyQuestionPoolOption.Dto.Base.cs b/Tiobon.Core.Model/Base/Ghre/Ghre_SurveyQuestionPoolOption.Dto.Base.cs index cec64ec2..a291effa 100644 --- a/Tiobon.Core.Model/Base/Ghre/Ghre_SurveyQuestionPoolOption.Dto.Base.cs +++ b/Tiobon.Core.Model/Base/Ghre/Ghre_SurveyQuestionPoolOption.Dto.Base.cs @@ -6,7 +6,7 @@ * * Ver 变更日期 负责人 变更内容 * ─────────────────────────────────── -*V0.01 2025/5/7 15:28:36 SimonHsiao 初版 +*V0.01 2025/5/12 13:30:41 SimonHsiao 初版 * * Copyright(c) 2025 Tiobon Corporation. All Rights Reserved. *┌──────────────────────────────────┐ @@ -31,14 +31,14 @@ public class Ghre_SurveyQuestionPoolOptionBase /// /// 题目编号 /// - [Display(Name = "QuestionNo"), Description("题目编号"), MaxLength(32, ErrorMessage = "题目编号 不能超过 32 个字符")] - public string QuestionNo { get; set; } + [Display(Name = "OptionNo"), Description("题目编号"), MaxLength(32, ErrorMessage = "题目编号 不能超过 32 个字符")] + public string OptionNo { get; set; } /// /// 答案内容 /// - [Display(Name = "AnswerContent"), Description("答案内容"), MaxLength(2000, ErrorMessage = "答案内容 不能超过 2000 个字符")] - public string AnswerContent { get; set; } + [Display(Name = "OptionContent"), Description("答案内容"), MaxLength(2000, ErrorMessage = "答案内容 不能超过 2000 个字符")] + public string OptionContent { get; set; } /// /// 是否必填 diff --git a/Tiobon.Core.Model/Models/Ghre/Ghre_SurveyQuestionPoolOption.cs b/Tiobon.Core.Model/Models/Ghre/Ghre_SurveyQuestionPoolOption.cs index 8f8261ac..2b57c6a6 100644 --- a/Tiobon.Core.Model/Models/Ghre/Ghre_SurveyQuestionPoolOption.cs +++ b/Tiobon.Core.Model/Models/Ghre/Ghre_SurveyQuestionPoolOption.cs @@ -6,7 +6,7 @@ * * Ver 变更日期 负责人 变更内容 * ─────────────────────────────────── -*V0.01 2025/5/7 15:28:36 SimonHsiao 初版 +*V0.01 2025/5/12 13:30:41 SimonHsiao 初版 * * Copyright(c) 2025 Tiobon Corporation. All Rights Reserved. *┌──────────────────────────────────┐ @@ -32,14 +32,14 @@ public class Ghre_SurveyQuestionPoolOption : BasePoco /// /// 题目编号 /// - [Display(Name = "QuestionNo"), Description("题目编号"), MaxLength(32, ErrorMessage = "题目编号 不能超过 32 个字符")] - public string QuestionNo { get; set; } + [Display(Name = "OptionNo"), Description("题目编号"), MaxLength(32, ErrorMessage = "题目编号 不能超过 32 个字符")] + public string OptionNo { get; set; } /// /// 答案内容 /// - [Display(Name = "AnswerContent"), Description("答案内容"), MaxLength(2000, ErrorMessage = "答案内容 不能超过 2000 个字符")] - public string AnswerContent { get; set; } + [Display(Name = "OptionContent"), Description("答案内容"), MaxLength(2000, ErrorMessage = "答案内容 不能超过 2000 个字符")] + public string OptionContent { get; set; } /// /// 是否必填 diff --git a/Tiobon.Core.Services/Ghre/Ghre_SurveyQuestionPoolServices.cs b/Tiobon.Core.Services/Ghre/Ghre_SurveyQuestionPoolServices.cs index 9dddccff..3ea621e5 100644 --- a/Tiobon.Core.Services/Ghre/Ghre_SurveyQuestionPoolServices.cs +++ b/Tiobon.Core.Services/Ghre/Ghre_SurveyQuestionPoolServices.cs @@ -234,8 +234,8 @@ public class Ghre_SurveyQuestionPoolServices : BaseServices new InsertGhre_SurveyQuestionPoolOptionInput() { - QuestionNo = x.OptionNo, - AnswerContent = x.OptionContent, + OptionNo = x.OptionNo, + OptionContent = x.OptionContent, ImageUrl = x.ImageUrl, ImageWidthPc = x.ImageWidthPc, ImageWidthApp = x.ImageWidthApp, diff --git a/Tiobon.Core/Tiobon.Core.Model.xml b/Tiobon.Core/Tiobon.Core.Model.xml index 467c7cdf..b6c6d411 100644 --- a/Tiobon.Core/Tiobon.Core.Model.xml +++ b/Tiobon.Core/Tiobon.Core.Model.xml @@ -9240,12 +9240,12 @@ 问卷调查ID - + 题目编号 - + 答案内容 @@ -28132,12 +28132,12 @@ 问卷调查ID - + 题目编号 - + 答案内容 diff --git a/Tiobon.Core/Tiobon.Core.xml b/Tiobon.Core/Tiobon.Core.xml index 7ecfe5e4..23ba768e 100644 --- a/Tiobon.Core/Tiobon.Core.xml +++ b/Tiobon.Core/Tiobon.Core.xml @@ -1595,14 +1595,14 @@ - + 新增数据 - + 更新数据