@RequestMapping(value = "/kv/returnReason.do", method = RequestMethod.GET)
 public Collection<Map<Integer, String>> selectReturnReasonKV() throws BadRequestException {
   return returnReasonDao.selectKV();
 }