开发指南后端开发后端模板代码说明核心架构设计分层架构图解版本:Next本页总览分层架构图解 本文档引用的文件 MyEntityNameController.cs IMyEntityNameAppService.cs MyEntityNameAppService.cs MyEntityName.cs IMyEntityNameRepository.cs EfCoreMyEntityNameRepository.cs CMSPluginDomainModule.cs CMSPluginEntityFrameworkCoreModule.cs CMSPluginModule.cs 目录 引言 分层架构概览 各层职责划分 数据调用流程图解 依赖关系与接口设计 依赖注入与松耦合实现 典型调用栈示例 常见架构误用及危害 结论 引言