mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-03-12 19:56:52 +08:00
9 lines
212 B
Plaintext
9 lines
212 B
Plaintext
/**
|
||
* API 类型统一导出
|
||
*/
|
||
....
|
||
|
||
// 防止覆盖,需手动追加下面代码到index.ts文件中,追加好后此文件可删除
|
||
|
||
// ${moduleName} 模块
|
||
export * from "./${moduleName}/${businessName}"; |