RuoYi
2023-12-05 2070a9252a6bea99b015c6b36897bb2d4b6a2e73
ruoyi-ui/src/api/tool/gen.js
@@ -67,3 +67,10 @@
  })
}
// 同步数据库
export function synchDb(tableName) {
  return request({
    url: '/tool/gen/synchDb/' + tableName,
    method: 'get'
  })
}