根據Json文件建表然後讀取出相同的數據格式

根據此json文件格式,可以用cityType來區分shcs(市級城市)djcs(地級城市)xjcs(縣級城市)   數據庫中的表 使用mybatis註解方式查詢 mapper接口: /** * 查詢城市信用指數排名 * @return */ @Select("select * from XYZK_XYZSPM where citytype=#{citytype}") List<XyzkXy
相關文章
相關標籤/搜索