完善软件逻辑
This commit is contained in:
@ -24,6 +24,11 @@ namespace WCS.BLL.Services.Service
|
||||
{
|
||||
public class SingleLightService : ISingleLightService
|
||||
{
|
||||
/// <summary>
|
||||
/// 单灯 一个库位对应一个硬件
|
||||
/// </summary>
|
||||
/// <param name="request"></param>
|
||||
/// <returns></returns>
|
||||
public async Task<ResponseCommon<object>> SingleLightControl(SingleLightControlRequest request)
|
||||
{
|
||||
try
|
||||
|
Reference in New Issue
Block a user