From 5fd4470a8bfefce5e607c1d1f641fd31eadc9911 Mon Sep 17 00:00:00 2001 From: zhaoxinyu <89237069@qq.com> Date: Wed, 13 Mar 2024 11:50:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Equipments/EquipmentPartCodeAppService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/be/Modules/BaseData/src/Win_in.Sfs.Basedata.Application/Equipments/EquipmentPartCodeAppService.cs b/be/Modules/BaseData/src/Win_in.Sfs.Basedata.Application/Equipments/EquipmentPartCodeAppService.cs index 6b56e8522..e1f998265 100644 --- a/be/Modules/BaseData/src/Win_in.Sfs.Basedata.Application/Equipments/EquipmentPartCodeAppService.cs +++ b/be/Modules/BaseData/src/Win_in.Sfs.Basedata.Application/Equipments/EquipmentPartCodeAppService.cs @@ -31,7 +31,7 @@ public class EquipmentPartCodeAppService : SfsBaseDataWithCodeAppServiceBase , IEquipmentPartCodeAppService { - //private readonly ItemValidator _itemValidator; + private readonly IEquipmentPartCodeManager _manager; private new readonly IEquipmentPartCodeRepository _repository; private readonly IExportImportService _importService;