1
This commit is contained in:
20
WCS.BLL/Services/IService/IMXL4Service.cs
Normal file
20
WCS.BLL/Services/IService/IMXL4Service.cs
Normal file
@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using WCS.Model;
|
||||
using WCS.Model.ApiModel.MXL4;
|
||||
using WCS.Model.ApiModel.SingleLight;
|
||||
using WCS.Model.WebSocketModel;
|
||||
|
||||
namespace WCS.BLL.Services.IService
|
||||
{
|
||||
/// <summary>
|
||||
/// 处理、查询报警使用的服务
|
||||
/// </summary>
|
||||
public interface IMXL4Service
|
||||
{
|
||||
public Task<ResponseCommon<object>> sysOrderMXL4(SysOrderMXL4Request request);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user