mybatis+:plus EntityWrapper orderBy

@GetMapping("order") public List<City> cityList() { EntityWrapper<City> cityEntityWrapper = new EntityWrapper<>(); cityEntityWrapper.orderBy("id", false); return cityServic
相关文章
相关标签/搜索