|
@@ -55,7 +55,7 @@ public class TbIfscController {
|
|
return this.service.updateById(id, req);
|
|
return this.service.updateById(id, req);
|
|
}*/
|
|
}*/
|
|
|
|
|
|
- @ApiOperation(value = "정보제공구간 링크구성정보조회-개별(TB_IFSC_LINK_RLTN)", response = TbIfscLinkRltnDto.class, responseContainer = "ArrayList")
|
|
|
|
|
|
+ @ApiOperation(value = "정보제공구간 링크구성정보조회-개별(TB_IFSC_RLTN_LINK)", response = TbIfscLinkRltnDto.class, responseContainer = "ArrayList")
|
|
@GetMapping(value = "/rltn/{id}", produces = {"application/json; charset=utf8"})
|
|
@GetMapping(value = "/rltn/{id}", produces = {"application/json; charset=utf8"})
|
|
public List<TbIfscLinkRltnDto> findLinkRltnById(
|
|
public List<TbIfscLinkRltnDto> findLinkRltnById(
|
|
@ApiParam(name = "id", value = "정보제공구간 ID", example = "2200000488", required = true)
|
|
@ApiParam(name = "id", value = "정보제공구간 ID", example = "2200000488", required = true)
|
|
@@ -63,7 +63,7 @@ public class TbIfscController {
|
|
return this.linkRltnService.findLinkRltnById(id);
|
|
return this.linkRltnService.findLinkRltnById(id);
|
|
}
|
|
}
|
|
|
|
|
|
- @ApiOperation(value = "정보제공구간 링크구성정보변경/생성-개별(TB_IFSC_LINK_RLTN)", response = TbIfscLinkRltnDto.class)
|
|
|
|
|
|
+ @ApiOperation(value = "정보제공구간 링크구성정보변경/생성-개별(TB_IFSC_RLTN_LINK)", response = TbIfscLinkRltnDto.class)
|
|
@PutMapping(value = "/rltn/{id}", produces = {"application/json; charset=utf8"})
|
|
@PutMapping(value = "/rltn/{id}", produces = {"application/json; charset=utf8"})
|
|
public List<TbIfscLinkRltnDto> updateLinkRltn(
|
|
public List<TbIfscLinkRltnDto> updateLinkRltn(
|
|
@ApiParam(name = "id", value = "정보제공구간 ID", example = "2200000488", required = true)
|
|
@ApiParam(name = "id", value = "정보제공구간 ID", example = "2200000488", required = true)
|