linwenling
2023-10-22 cf948b62048be5f217623cc31a0d6d2680c72476
ruoyi-ui/src/api/memo/index.js
@@ -9,6 +9,14 @@
  })
}
// 根据id查询记录
export function getNote(query) {
  return request({
    url: '/zSelfNote',
    method: 'get',
    params: query
  })
}
//新增记录
export function addNote(data)
{