This commit is contained in:
张成
2026-04-29 13:34:39 +08:00
commit dee3a336ce
89 changed files with 33683 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
/**
* 业务模型关联(模板项目无额外 Sequelize 关联,在此按需补充)
* @param {Object} models - 所有模型对象
*/
module.exports = () => {};