fix: lint

pull/214/head
xingyu4j 2025-09-19 16:12:16 +08:00
parent a75754c2ec
commit d9a543ffaa
3 changed files with 5 additions and 3 deletions

View File

@ -136,7 +136,9 @@ export function getSchemaTableList(params: any) {
} }
/** 基于数据库的表结构,创建代码生成器的表定义 */ /** 基于数据库的表结构,创建代码生成器的表定义 */
export function createCodegenList(data: InfraCodegenApi.CodegenCreateListReqVO) { export function createCodegenList(
data: InfraCodegenApi.CodegenCreateListReqVO,
) {
return requestClient.post('/infra/codegen/create-list', data); return requestClient.post('/infra/codegen/create-list', data);
} }