Compare commits

..

No commits in common. "2dc19c74d4bbaa690abd031fdb10e27398225300" and "f20c9cd910a8ecf0cf9be2da0733bd648de297d6" have entirely different histories.

5 changed files with 6 additions and 6 deletions

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

View File

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

View File

@ -12,7 +12,7 @@ namespace JiShe.IoT.CommonServices
/// <summary> /// <summary>
/// 通用服务 /// 通用服务
/// </summary> /// </summary>
public interface ICommonService : IApplicationService public interface ICommonService
{ {
/// <summary> /// <summary>
/// 初始化所有固定的枚举下拉框字典 /// 初始化所有固定的枚举下拉框字典

View File

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

View File

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