File name
Commit message
Commit date
File name
Commit message
Commit date
2023-07-03
File name
Commit message
Commit date
File name
Commit message
Commit date
2023-07-03
2023-07-03
File name
Commit message
Commit date
2023-07-03
File name
Commit message
Commit date
2023-07-03
2023-07-03
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;
}