package itn.let.mjo.rejt.service; import java.util.List; public interface MjonRejectService { public String insertRejectLog(MjonRejectVO rejectVO) throws Exception; List selectRejectList(MjonRejectVO rejectVO) throws Exception; }