File name
Commit message
Commit date
2024-11-05
File name
Commit message
Commit date
2024-11-05
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
2024-09-10
File name
Commit message
Commit date
File name
Commit message
Commit date
2024-11-05
package itn.let.mjo.pay.service;
import java.util.List;
public interface MjonPrePayService {
public int selectBLineMberCnt(String mberId) throws Exception;
public int insertPrePayInfo(MjonPrePayVO mjonPrePayVO) throws Exception;
public List<MjonPrePayVO> selectPrePayList(MjonPrePayVO mjonPrePayVO) throws Exception;
public int deletePrePayInfo(MjonPrePayVO mjonPrePayVO) throws Exception;
public MjonPrePayVO selectPrePayInfo(MjonPrePayVO mjonPrePayVO) throws Exception;
public int updatePrePayModify(MjonPrePayVO mjonPrePayVO) throws Exception;
}