查询料架亮灯
This commit is contained in:
@@ -11,5 +11,22 @@ namespace DOAN.Admin.WebApi.Controllers.PBL;
|
||||
public class BigScreenController : BaseController
|
||||
{
|
||||
|
||||
private readonly IBigScreenService _BigScreenService;
|
||||
|
||||
public BigScreenController(IBigScreenService _BigScreenService)
|
||||
{
|
||||
this._BigScreenService = _BigScreenService;
|
||||
}
|
||||
|
||||
|
||||
//TODO 查询料架灯 亮和灭 情况
|
||||
public IActionResult SearchShelfLightInfomation()
|
||||
{
|
||||
var response = _BigScreenService.SearchShelfLightInfomation();
|
||||
return SUCCESS(response);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user