修改
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2025-06-03 12:46:51 +08:00
parent e44478dafe
commit 137b18446c
2 changed files with 15 additions and 1 deletions
@@ -10,7 +10,7 @@ using Panda.DynamicWebApi.Attributes;
namespace IRaCIS.Core.Application.Service.Inspection
{
[NonDynamicWebApi]
[ApiExplorerSettings(GroupName = "Reviewer")]
public class InspectionService(IRepository<DataInspection> _dataInspectionRepository,
IRepository<Dictionary> _dictionaryRepository,
IRepository<TrialSign> _trialSignRepository,