diff --git a/DOAN.Admin.WebApi/Controllers/PBL/BigScreenController.cs b/DOAN.Admin.WebApi/Controllers/PBL/BigScreenController.cs index 31f55da..13afc3e 100644 --- a/DOAN.Admin.WebApi/Controllers/PBL/BigScreenController.cs +++ b/DOAN.Admin.WebApi/Controllers/PBL/BigScreenController.cs @@ -20,6 +20,7 @@ public class BigScreenController : BaseController //TODO 查询料架灯 亮和灭 情况 + [HttpGet("searchShelfLightInfomation")] public IActionResult SearchShelfLightInfomation() { var response = _BigScreenService.SearchShelfLightInfomation();