From 1734d9cb5ffaae7468ecb799a816826270c5a711 Mon Sep 17 00:00:00 2001 From: "DESKTOP-G961P6V\\Zhh" <839860190@qq.com> Date: Thu, 13 Jun 2024 18:18:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E5=8D=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../QuestionRegisters/QuestionRegisterAppService.cs | 5 +++++ src/Shentun.WebPeis.Domain/Models/QuestionType.cs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Shentun.WebPeis.Application/QuestionRegisters/QuestionRegisterAppService.cs b/src/Shentun.WebPeis.Application/QuestionRegisters/QuestionRegisterAppService.cs index 2bda7d2..8df5a56 100644 --- a/src/Shentun.WebPeis.Application/QuestionRegisters/QuestionRegisterAppService.cs +++ b/src/Shentun.WebPeis.Application/QuestionRegisters/QuestionRegisterAppService.cs @@ -14,6 +14,11 @@ namespace Shentun.WebPeis.QuestionRegisters public class QuestionRegisterAppService : ApplicationService { private readonly IRepository _repository; + private readonly IRepository _questionRegisterItemRepository; + //private readonly IRepository _repository; + //private readonly IRepository _repository; + //private readonly IRepository _repository; + public QuestionRegisterAppService(IRepository repository) { _repository = repository; diff --git a/src/Shentun.WebPeis.Domain/Models/QuestionType.cs b/src/Shentun.WebPeis.Domain/Models/QuestionType.cs index 8a30bad..8fa21bd 100644 --- a/src/Shentun.WebPeis.Domain/Models/QuestionType.cs +++ b/src/Shentun.WebPeis.Domain/Models/QuestionType.cs @@ -13,7 +13,7 @@ public partial class QuestionType : AuditedEntity, IHasConcurrencyStamp /// /// 主键 /// - public char QuestionTypeId { get; set; } + public string QuestionTypeId { get; set; } /// /// 名称 ///