查询料架亮灯
This commit is contained in:
9
DOAN.Service/PBL/IService/IBigScreenService.cs
Normal file
9
DOAN.Service/PBL/IService/IBigScreenService.cs
Normal 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();
|
||||
}
|
||||
Reference in New Issue
Block a user