update readme

This commit is contained in:
28810
2019-07-22 15:10:00 +08:00
parent c092de21d1
commit 31f1c22aab
2 changed files with 3 additions and 3 deletions
+2
View File
@@ -8,6 +8,8 @@
- 很多人一个实体类,对应一个操作类(或DAL、DbContext、Repository);
BaseEntity 是一种极简单的 CodeFirst 开发方式,特别对单表或多表CRUD,利用继承节省了每个实体类的重复属性(创建时间、ID等字段),软件删除等功能,进行 crud 操作时不必时常考虑仓储的使用;
本文介绍 BaseEntity 一种极简约的 CRUD 操作方法。
# 功能特点