料架功能修改,亮灯看板功能修改

This commit is contained in:
2025-02-06 09:09:53 +08:00
parent 9efae261f4
commit 0f403387ed
8 changed files with 219 additions and 33 deletions

View File

@@ -5,8 +5,13 @@ namespace DOAN.Service.PBL.IService;
public interface IBigScreenService : IBaseService<Storagelocation>
{
List<BIgScreenDtoLightPickupDto> SearchShelfLightInfomation();
/// <summary>
/// <20><>ѯ<EFBFBD>ϼ<EFBFBD><CFBC><EFBFBD><EFBFBD>صĻ<D8B5><C4BB><EFBFBD><EFBFBD><EFBFBD>Ϣ
/// </summary>
/// <returns></returns>
List<BigScreenDto> SearchBigScreenInformation();
List<BigSreeenDtoFeedingMaterial> SearchfeedingMaterialInfomation();
List<BIgScreenDtoLightPickupDto> SearchShelfLightInfomation();
}
List<BigSreeenDtoFeedingMaterial> SearchfeedingMaterialInfomation();
}