添加 IApplicationService
This commit is contained in:
parent
f20c9cd910
commit
4c8e33a717
@ -10,7 +10,7 @@ namespace JiShe.IoT.BusinessSystemAggregation
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// 业务系统聚合服务
|
/// 业务系统聚合服务
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public interface IBusinessSystemAggregationService
|
public interface IBusinessSystemAggregationService : IApplicationService
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 接收业务系统指令信息
|
/// 接收业务系统指令信息
|
||||||
|
|||||||
@ -12,7 +12,7 @@ namespace JiShe.IoT.CommonServices
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// 通用服务
|
/// 通用服务
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public interface ICommonService
|
public interface ICommonService : IApplicationService
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 初始化所有固定的枚举下拉框字典
|
/// 初始化所有固定的枚举下拉框字典
|
||||||
|
|||||||
@ -8,7 +8,7 @@ namespace JiShe.IoT.DeviceAggregation
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// 设备聚合服务
|
/// 设备聚合服务
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public interface IDeviceAggregationService
|
public interface IDeviceAggregationService : IApplicationService
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 创建设备信息
|
/// 创建设备信息
|
||||||
|
|||||||
@ -12,7 +12,7 @@ namespace JiShe.IoT.OneNETAggregation
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// OneNET聚合服务
|
/// OneNET聚合服务
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public interface IOneNETAggregationService
|
public interface IOneNETAggregationService : IApplicationService
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 接收车间生产信息
|
/// 接收车间生产信息
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user