RuoYi
2022-09-28 07c2e08e4ad47ab6baa5ea62f6f01ac36ab1c30b
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'
  })
}