package com.klp.aps.mapper; import com.klp.aps.domain.dto.ApsGanttQueryReq; import com.klp.aps.domain.vo.ApsGanttItemVo; import java.util.List; public interface ApsGanttMapper { List selectGanttItems(ApsGanttQueryReq req); }