mybatis+:plus EntityWrapper orderBy

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