This commit is contained in:
qianhao.xu
2024-11-01 17:25:33 +08:00
parent dc1540db0a
commit b31e8c76e9
2 changed files with 11 additions and 7 deletions

View File

@@ -6,4 +6,6 @@ namespace DOAN.Service.PBL.IService;
public interface IBigScreenService : IBaseService<Storagelocation>
{
List<BIgScreenDto> SearchShelfLightInfomation();
}