This commit is contained in:
2023-07-04 13:46:39 +08:00
parent f5ce6fc2a4
commit b187d38894
2 changed files with 6 additions and 16 deletions

View File

@ -68,9 +68,9 @@ export function genCode(tableName) {
}
// 同步数据库
export function synchDb(tableName) {
export function syncTable(tableId) {
return request({
url: "/tool/gen/synchDb/" + tableName,
url: "/tool/gen/syncTable/" + tableId,
method: "get",
});
}