update 优化 处理一些代码生成模板的一些写法问题

This commit is contained in:
疯狂的狮子Li
2026-06-24 17:33:04 +08:00
parent c1e344be0e
commit 1d263f7656
8 changed files with 15 additions and 33 deletions
@@ -92,7 +92,3 @@ export function del${BusinessName}(${pkColumn.javaField}: string | number | Arra
method: 'delete'
});
}