From 4c8e33a717e8e21838e24ddce69f500a6db940b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E7=9B=8A?= Date: Sat, 26 Jul 2025 17:17:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20IApplicationService?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../IBusinessSystemAggregationService.cs | 2 +- .../CommonServices/ICommonService.cs | 4 ++-- .../DeviceAggregation/IDeviceAggregationService.cs | 2 +- .../OneNETAggregation/IOneNETAggregationService.cs | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/JiShe.IoT.Application.Contracts/BusinessSystemAggregation/IBusinessSystemAggregationService.cs b/src/JiShe.IoT.Application.Contracts/BusinessSystemAggregation/IBusinessSystemAggregationService.cs index e66a278..8105f1d 100644 --- a/src/JiShe.IoT.Application.Contracts/BusinessSystemAggregation/IBusinessSystemAggregationService.cs +++ b/src/JiShe.IoT.Application.Contracts/BusinessSystemAggregation/IBusinessSystemAggregationService.cs @@ -10,7 +10,7 @@ namespace JiShe.IoT.BusinessSystemAggregation /// /// 业务系统聚合服务 /// - public interface IBusinessSystemAggregationService + public interface IBusinessSystemAggregationService : IApplicationService { /// /// 接收业务系统指令信息 diff --git a/src/JiShe.IoT.Application.Contracts/CommonServices/ICommonService.cs b/src/JiShe.IoT.Application.Contracts/CommonServices/ICommonService.cs index 7cd96fe..da9a7be 100644 --- a/src/JiShe.IoT.Application.Contracts/CommonServices/ICommonService.cs +++ b/src/JiShe.IoT.Application.Contracts/CommonServices/ICommonService.cs @@ -12,7 +12,7 @@ namespace JiShe.IoT.CommonServices /// /// 通用服务 /// - public interface ICommonService + public interface ICommonService : IApplicationService { /// /// 初始化所有固定的枚举下拉框字典 @@ -25,6 +25,6 @@ namespace JiShe.IoT.CommonServices /// /// /// - List GetSelectResultList(SelectResultListInput input); + List GetSelectResultList(SelectResultListInput input); } } diff --git a/src/JiShe.IoT.Application.Contracts/DeviceAggregation/IDeviceAggregationService.cs b/src/JiShe.IoT.Application.Contracts/DeviceAggregation/IDeviceAggregationService.cs index 60654e2..2e3904d 100644 --- a/src/JiShe.IoT.Application.Contracts/DeviceAggregation/IDeviceAggregationService.cs +++ b/src/JiShe.IoT.Application.Contracts/DeviceAggregation/IDeviceAggregationService.cs @@ -8,7 +8,7 @@ namespace JiShe.IoT.DeviceAggregation /// /// 设备聚合服务 /// - public interface IDeviceAggregationService + public interface IDeviceAggregationService : IApplicationService { /// /// 创建设备信息 diff --git a/src/JiShe.IoT.Application.Contracts/OneNETAggregation/IOneNETAggregationService.cs b/src/JiShe.IoT.Application.Contracts/OneNETAggregation/IOneNETAggregationService.cs index d41e4a6..18609cd 100644 --- a/src/JiShe.IoT.Application.Contracts/OneNETAggregation/IOneNETAggregationService.cs +++ b/src/JiShe.IoT.Application.Contracts/OneNETAggregation/IOneNETAggregationService.cs @@ -12,7 +12,7 @@ namespace JiShe.IoT.OneNETAggregation /// /// OneNET聚合服务 /// - public interface IOneNETAggregationService + public interface IOneNETAggregationService : IApplicationService { /// /// 接收车间生产信息