修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
e44478dafe
commit
137b18446c
|
@ -2302,6 +2302,20 @@
|
||||||
批次Id
|
批次Id
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="M:IRaCIS.Core.Application.Service.Inspection.InspectionService.SetTrialShowInspection(IRaCIS.Core.Application.Service.Inspection.DTO.SetTrialShowInspection)">
|
||||||
|
<summary>
|
||||||
|
设置项目稽查配置
|
||||||
|
</summary>
|
||||||
|
<param name="inDto"></param>
|
||||||
|
<returns></returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:IRaCIS.Core.Application.Service.Inspection.InspectionService.GetTrialShowInspection(IRaCIS.Core.Application.Service.Inspection.DTO.GetTrialShowInspectionInDto)">
|
||||||
|
<summary>
|
||||||
|
获取项目稽查显示信息
|
||||||
|
</summary>
|
||||||
|
<param name="inDto"></param>
|
||||||
|
<returns></returns>
|
||||||
|
</member>
|
||||||
<member name="M:IRaCIS.Core.Application.Service.Inspection.InspectionService.RecordSing(IRaCIS.Core.Application.Contracts.SignDTO)">
|
<member name="M:IRaCIS.Core.Application.Service.Inspection.InspectionService.RecordSing(IRaCIS.Core.Application.Contracts.SignDTO)">
|
||||||
<summary>
|
<summary>
|
||||||
传入参数记录ID
|
传入参数记录ID
|
||||||
|
|
|
@ -10,7 +10,7 @@ using Panda.DynamicWebApi.Attributes;
|
||||||
|
|
||||||
namespace IRaCIS.Core.Application.Service.Inspection
|
namespace IRaCIS.Core.Application.Service.Inspection
|
||||||
{
|
{
|
||||||
[NonDynamicWebApi]
|
[ApiExplorerSettings(GroupName = "Reviewer")]
|
||||||
public class InspectionService(IRepository<DataInspection> _dataInspectionRepository,
|
public class InspectionService(IRepository<DataInspection> _dataInspectionRepository,
|
||||||
IRepository<Dictionary> _dictionaryRepository,
|
IRepository<Dictionary> _dictionaryRepository,
|
||||||
IRepository<TrialSign> _trialSignRepository,
|
IRepository<TrialSign> _trialSignRepository,
|
||||||
|
|
Loading…
Reference in New Issue