| | |
| | | { |
| | | // 代码生成配置项-程序集名称集合 |
| | | "CodeGen": { |
| | | "EntityAssemblyNames": [ "Admin.NET.Core", "Admin.NET.Application" ], |
| | | "EntityAssemblyNames": [ "Admin.NET.Core", "WCS.Application" ], |
| | | "BaseEntityNames": [ "EntityTenantId", "EntityTenant", "EntityTenantBaseData", "EntityBaseData", "EntityBase", "EntityBaseId" ], |
| | | "EntityBaseColumn": { |
| | | "EntityTenantId": [ "Id", "TenantId" ], |
| | |
| | | //"BaseId": [ "Id" ] |
| | | }, |
| | | "FrontRootPath": "Web", // 前端项目根目录 |
| | | "BackendApplicationNamespaces": [ "Admin.NET.Application", "Admin.NET.Application2" ] // 后端生成到的项目 |
| | | "BackendApplicationNamespaces": [ "WCS.Application" ] // 后端生成到的项目 |
| | | } |
| | | } |