|
|
|
@ -48,15 +48,27 @@ public interface BizNimsMapper extends AbstractMapper {
|
|
|
|
|
// NIMS BIZ
|
|
|
|
|
//------------------------------------------------------------------------------------------------------
|
|
|
|
|
Optional<Map<String,String>> selectApiInfInfoByUserId(Map<String,String> map);
|
|
|
|
|
|
|
|
|
|
int insertDsuseMgtReceipt(final BizNimsRequest.DsuseMgtReceiptReq dto);
|
|
|
|
|
int updateDsuseMgtReceipt(final BizNimsRequest.DsuseMgtReceiptReq dto);
|
|
|
|
|
int updateDsuseMgtRslt(final BizNimsRequest.DsuseMgtRsltReq dto);
|
|
|
|
|
|
|
|
|
|
int insertDsuseMgt(final BizNimsDto.DsuseMgt dto);
|
|
|
|
|
|
|
|
|
|
int insertDsuseMgtDtl(final BizNimsDto.DsuseMgtDtl dto);
|
|
|
|
|
|
|
|
|
|
List<BizNimsResponse.DsuseMgtRes> selectDsuseMgts(final BizNimsRequest.DsuseMgtInqReq dto);
|
|
|
|
|
|
|
|
|
|
List<BizNimsResponse.DsuseMgtDtlRes> selectDsuseMgtDtls(final Map<String, String> map);
|
|
|
|
|
|
|
|
|
|
int updateMappingDsuseMgt(final BizNimsRequest.DsuseMgtMappingReq mgtDto);
|
|
|
|
|
|
|
|
|
|
int updateForceMappingDsuseMgt(final BizNimsResponse.DsuseMgtRes mgtDto);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
int insertDsuseRptInfo(final NimsApiDto.DsuseRptInfo dto);
|
|
|
|
|
int insertDsuseRptInfoDtl(final NimsApiDto.DsuseRptInfoDtl dto);
|
|
|
|
|
int updateCancelDsuseRptInfo(final NimsApiDto.DsuseRptInfo dto);
|
|
|
|
|