package com.zy.ai.service; import com.zy.ai.domain.autotune.AutoTuneRoutePressureSnapshot; import com.zy.ai.domain.autotune.AutoTuneStationRuntimeItem; import com.zy.ai.domain.autotune.AutoTuneTaskSnapshot; import com.zy.asrs.entity.WrkMast; import java.util.List; public interface RoutePressureSnapshotService { AutoTuneRoutePressureSnapshot buildSnapshot(List activeTasks, AutoTuneTaskSnapshot taskSnapshot, List stationRuntimeSnapshot); }