package com.szpg.db.dao; import java.util.List; public interface PgDeviceDao { public List<Integer> findCH4DeviceIdByDest(String dest); }