TypeScript前端代码生成模板同步到最新

This commit is contained in:
RuoYi
2026-03-12 14:13:31 +08:00
parent 1a3f3ebaea
commit 18079f70d0
11 changed files with 1222 additions and 8 deletions

View File

@@ -0,0 +1,9 @@
/**
* API 类型统一导出
*/
....
// 防止覆盖需手动追加下面代码到index.ts文件中追加好后此文件可删除
// ${moduleName} 模块
export * from "./${moduleName}/${businessName}";