@RequestMapping(value = "domestictime", method = RequestMethod.GET) @ResponseBody public List<?> getDomesticAirlinesTime(GetDomesticAirlinesTime command) throws Exception { return service.getDomesticAirlinesTime(command); }
@RequestMapping(value = "domesticcity", method = RequestMethod.GET) @ResponseBody public List<?> getDomesticCity() throws Exception { return service.getDomesticCity(); }