add
This commit is contained in:
@ -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",
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user