2024-11-01 17:00:01 +08:00
|
|
|
|
using DOAN.Model.PBL;
|
|
|
|
|
|
using DOAN.Model.PBL.Dto;
|
|
|
|
|
|
|
|
|
|
|
|
namespace DOAN.Service.PBL.IService;
|
|
|
|
|
|
|
|
|
|
|
|
public interface IBigScreenService : IBaseService<Storagelocation>
|
|
|
|
|
|
{
|
2025-02-06 09:09:53 +08:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// <20><>ѯ<EFBFBD>ϼ<EFBFBD><CFBC><EFBFBD><EFBFBD>صĻ<D8B5><C4BB><EFBFBD><EFBFBD><EFBFBD>Ϣ
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <returns></returns>
|
|
|
|
|
|
List<BigScreenDto> SearchBigScreenInformation();
|
2024-11-04 10:15:34 +08:00
|
|
|
|
|
2025-02-06 09:09:53 +08:00
|
|
|
|
List<BIgScreenDtoLightPickupDto> SearchShelfLightInfomation();
|
2024-11-04 10:15:34 +08:00
|
|
|
|
|
2025-02-06 09:09:53 +08:00
|
|
|
|
List<BigSreeenDtoFeedingMaterial> SearchfeedingMaterialInfomation();
|
|
|
|
|
|
}
|