package seed.com.user.mypage; import java.util.List; public interface CaseAuthService { public List selectCaseAuthList(CaseAuthVO caseAuthVO) throws Exception; public void insertCaseAuth(CaseAuthVO caseAuthVO) throws Exception; public CaseAuthVO selectRceptNo(CaseAuthVO caseAuthVO) throws Exception; }