| 模板 | 功能 |
|---|---|
| Controller.cs.t4 | MVC controller |
| Web API Controller.cs.t4 | Web Api controller |
| Resource.cs.t4 | 多语言资源库 |
| EntityQuery.cs.t4 | 查询逻辑的封装 |
| EntityRepositoryExtension.cs.t4 | 实现对数据处理逻辑和业务逻辑分离 |
| IEntityService.cs.t4 | 业务逻辑接口 |
| EntityService.cs.t4 | 业务逻辑代码实现 |
| Index.cs.t4 | UI布局和前端JS |






| 选项 | 功能 |
|---|---|
| GenerateMasterDetailRelationship | 生成一对多关系的完整代码 |
| FormViewCols | 生成表单编辑列数 |
| PopupModel | 新增修改采用弹出方式还是内嵌编辑方式 |
| Title | 设置导航菜单栏 |













