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

View File

@ -8,6 +8,8 @@
- 很多人一个实体类对应一个操作类或DAL、DbContext、Repository
BaseEntity 是一种极简单的 CodeFirst 开发方式特别对单表或多表CRUD利用继承节省了每个实体类的重复属性创建时间、ID等字段软件删除等功能进行 crud 操作时不必时常考虑仓储的使用;
本文介绍 BaseEntity 一种极简约的 CRUD 操作方法。
# 功能特点