按实体属性搜索并按实体属性搜索
WarehosueEntity findWarehouseById(@Param("id") Long id);
List<WarehouseEntity> findWarehouseByIdIn(@Param("idList") List<Long> warehouseIdList);
WarehosueEntity findWarehouseById(@Param("id") Long id);
List<WarehouseEntity> findWarehouseByIdIn(@Param("idList") List<Long> warehouseIdList);