rainchapter

Results 1 comments of rainchapter

有一个投机取巧的方法 ```js return class extends NewModel { static associate() { NewModel.belongsToMany(app.model.newsCategory, { as: "Tasks", through: app.model.categoryForNewModel, foreignKey: "userId", }); } }; ```