笔记:
官方地址 详情介绍 https://aspnetboilerplate.com/Pages/Documents/Entities
1.如何创建实体
2.聚合根类
3.领域事件
4.关于实体的通用接口
例如包含 createTime 、createUser、modifyTime 等等属性的通用接口,解释如何创建,Abp框架会自动赋值。
5.软删除(逻辑删除,即数据库中数据不删除,只是过滤此数据)
6.主动/被动实体
7.实体变更事件
8.多语言实体
9.可扩展对象接口
详情地址 https://aspnetboilerplate.com/Pages/Documents/Entities#iextendableobject-interface
ASP.NET Boilerplate provides a simple interface, IExtendableObject, to easily associate arbitrary name-value data to an entity. Consider this simple entity: