File name
Commit message
Commit date
File name
Commit message
Commit date
2024-08-23
File name
Commit message
Commit date
File name
Commit message
Commit date
2024-08-23
File name
Commit message
Commit date
2024-08-23
File name
Commit message
Commit date
2024-08-23
2024-08-23
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;
}