提交修改
This commit is contained in:
@ -15,5 +15,11 @@ namespace WCS.BLL.Services.IService
|
||||
public interface ISingleLightService
|
||||
{
|
||||
public Task<ResponseCommon<object>> SingleLightControl(SingleLightControlRequest request);
|
||||
/// <summary>
|
||||
/// 按区域一键灭灯
|
||||
/// </summary>
|
||||
/// <param name="request"></param>
|
||||
/// <returns></returns>
|
||||
public Task<ResponseCommon<object>> TurnoffLightByArea(TurnoffLightByAreaRequest request);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user