摘要: @Autowired private pervice perviceService; @RequestMapping(value = "/add", method = RequestMethod.POST) @ResponseBody @ApiOperation("获取信息") public Off 阅读全文
posted @ 2022-10-24 21:17 正伯Pro 阅读(58) 评论(0) 推荐(0)
摘要: void recordApplyView(Object[] args) { JSONObject map = null; for (Object o : args) { if (o instanceof JSONObject) { map = (JSONObject) o; String apply 阅读全文
posted @ 2022-10-24 16:44 正伯Pro 阅读(36) 评论(0) 推荐(0)