Compare commits

...

2 Commits

Author SHA1 Message Date
陈益
2dc19c74d4 更新子模块 2025-07-26 17:18:14 +08:00
陈益
4c8e33a717 添加 IApplicationService 2025-07-26 17:17:46 +08:00
5 changed files with 6 additions and 6 deletions

@ -1 +1 @@
Subproject commit bdf42f9db8db304eda2bbde2862cf1b642ca4b1b
Subproject commit 018905c4d1426bff6576f60017dc1b49dd73bc57

View File

@ -10,7 +10,7 @@ namespace JiShe.IoT.BusinessSystemAggregation
/// <summary>
/// 业务系统聚合服务
/// </summary>
public interface IBusinessSystemAggregationService
public interface IBusinessSystemAggregationService : IApplicationService
{
/// <summary>
/// 接收业务系统指令信息

View File

@ -12,7 +12,7 @@ namespace JiShe.IoT.CommonServices
/// <summary>
/// 通用服务
/// </summary>
public interface ICommonService
public interface ICommonService : IApplicationService
{
/// <summary>
/// 初始化所有固定的枚举下拉框字典
@ -25,6 +25,6 @@ namespace JiShe.IoT.CommonServices
/// </summary>
/// <param name="input"></param>
/// <returns></returns>
List<SelectResult> GetSelectResultList(SelectResultListInput input);
List<SelectResult> GetSelectResultList(SelectResultListInput input);
}
}

View File

@ -8,7 +8,7 @@ namespace JiShe.IoT.DeviceAggregation
/// <summary>
/// 设备聚合服务
/// </summary>
public interface IDeviceAggregationService
public interface IDeviceAggregationService : IApplicationService
{
/// <summary>
/// 创建设备信息

View File

@ -12,7 +12,7 @@ namespace JiShe.IoT.OneNETAggregation
/// <summary>
/// OneNET聚合服务
/// </summary>
public interface IOneNETAggregationService
public interface IOneNETAggregationService : IApplicationService
{
/// <summary>
/// 接收车间生产信息