RuoYi
2022-08-08 c8a108b93ad9af598d16df4640722cbe9cb57a42
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'
  })
}