mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-03-12 19:56:52 +08:00
TypeScript前端代码生成模板同步到最新
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* API 类型统一导出
|
||||
*/
|
||||
....
|
||||
|
||||
// 防止覆盖,需手动追加下面代码到index.ts文件中,追加好后此文件可删除
|
||||
|
||||
// ${moduleName} 模块
|
||||
export * from "./${moduleName}/${businessName}";
|
||||
Reference in New Issue
Block a user