查询料架亮灯

This commit is contained in:
qianhao.xu
2024-11-01 17:00:01 +08:00
parent ced8e31bd4
commit a008a174a9
6 changed files with 137 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
using DOAN.Model.PBL;
using DOAN.Model.PBL.Dto;
namespace DOAN.Service.PBL.IService;
public interface IBigScreenService : IBaseService<Storagelocation>
{
List<BIgScreenDto> SearchShelfLightInfomation();
}