feat: 【ele】代码生成新增批量删除
This commit is contained in:
@@ -155,3 +155,10 @@ export function deleteCodegenTable(tableId: number) {
|
||||
params: { tableId },
|
||||
});
|
||||
}
|
||||
|
||||
/** 批量删除代码生成表定义 */
|
||||
export function deleteCodegenTableList(tableIds: number[]) {
|
||||
return requestClient.delete(
|
||||
`/infra/codegen/delete-list?tableIds=${tableIds.join(',')}`,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user