dashboard
repositories
filestore
activity
search
login
main
/
sgd
智慧粮库
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
TypeScript前端代码生成模板同步到最新
RuoYi
2026-03-12
b0ff5a01a132d7badf935f60b6aa14fa00dce5b0
[sgd.git]
/
ruoyi-modules
/
ruoyi-gen
/
src
/
main
/
resources
/
vm
/
ts
/
index.ts.vm
1
2
3
4
5
6
7
8
9
/**
* API 类型统一导出
*/
....
// 防止覆盖,需手动追加下面代码到index.ts文件中,追加好后此文件可删除
// ${moduleName} 模块
export * from "./${moduleName}/${businessName}";