File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
package itn.let.mjo.rejt.service;
import java.util.List;
public interface MjonRejectService {
public String insertRejectLog(MjonRejectVO rejectVO) throws Exception;
List<MjonRejectVO> selectRejectList(MjonRejectVO rejectVO) throws Exception;
}