runphp
2022-08-04 4ae26c2f8676ba73f1e17932ea03e7d581bd82af
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'
  })
}