疯狂的狮子Li
2022-05-16 2a6a74ead57a56db6a2458516a0cf0147a747e22
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'
  })
}