按實體屬性搜尋並按實體屬性搜尋
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);