料架功能修改,亮灯看板功能修改
This commit is contained in:
@@ -17,8 +17,15 @@ public class BigScreenController : BaseController
|
||||
{
|
||||
this._BigScreenService = _BigScreenService;
|
||||
}
|
||||
|
||||
|
||||
|
||||
//TODO 综合查询料架情况
|
||||
[HttpGet("SearchBigScreenInformation")]
|
||||
public IActionResult SearchBigScreenInformation()
|
||||
{
|
||||
var response = _BigScreenService.SearchBigScreenInformation();
|
||||
return SUCCESS(response);
|
||||
}
|
||||
|
||||
//TODO 查询料架灯 亮和灭 情况
|
||||
[HttpGet("searchShelfLightInfomation")]
|
||||
public IActionResult SearchShelfLightInfomation()
|
||||
|
||||
Reference in New Issue
Block a user