光速蜗牛
2022-06-13 5b8cf9701fa1324936b4f92d8c627c749d2a8b44
ruoyi-ui/src/api/tool/gen.js
@@ -66,3 +66,11 @@
    method: 'get'
  })
}
// 同步数据库
export function synchDb(tableName) {
  return request({
    url: '/code/gen/synchDb/' + tableName,
    method: 'get'
  })
}