无
entity是model生成的实例 可是两者都可对数据库操作造成影响 所以不大不明白两者之间有什么区别 就是什么时候用entity 什么时候用model
model对应collection,entity(document?)对应collection中的document
操作数据的默认用 model,entity 只能操作自己。
@ravenwang 意思就是model操作表 entity操作记录?
@tweyseo 差不多这个意思
@ravenwang thx a lot
你看下这篇文章,这个里面有很详细的说明, https://cnodejs.org/topic/504b4924e2b84515770103dd