FumadocsZDecode
Snippets

Server

Ruoyi 列表接口排序

排序参数
const params = {
  // ...
  orderByColumn: 'createDate',
  isAsc: 'desc',
}

On this page