package kcc.kccadr.accdnt.apm.service; import java.util.List; public interface AdjstPayMentService { int selectAdjstPayMentCount(AdjstPayMentVO adjstPayMentVO) throws Exception; List selectAdjstPayMentList(AdjstPayMentVO adjstPayMentVO) throws Exception; List selectAdjstPayMentDetailList(AdjstPayMentVO adjstPayMentVO) throws Exception; List selectAdjstPayMentDetail(AdjstPayMentVO adjstPayMentVO) throws Exception; }