若依
2022-03-26 b2b93e506091f67d2e3e47da5ec2c898d4059ba2
ruoyi-ui/src/api/tool/gen.js
@@ -67,3 +67,10 @@
  })
}
// 同步数据库
export function synchDb(tableName) {
  return request({
    url: '/tool/gen/synchDb/' + tableName,
    method: 'get'
  })
}