😎更换后端生成路径。

This commit is contained in:
bairubing 2024-09-09 14:35:11 +08:00
parent 1fd92cd7c4
commit bfbb484f29
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
// - // -
"CodeGen": { "CodeGen": {
"EntityAssemblyNames": [ "Admin.NET.Core", "Admin.NET.Application" ], "EntityAssemblyNames": [ "Admin.NET.Core", "Admin.NET.Application", "Vistar.Application" ],
"BaseEntityNames": [ "EntityTenantId", "EntityTenant", "EntityTenantBaseData", "EntityBaseData", "EntityBase", "EntityBaseId" ], "BaseEntityNames": [ "EntityTenantId", "EntityTenant", "EntityTenantBaseData", "EntityBaseData", "EntityBase", "EntityBaseId" ],
"EntityBaseColumn": { "EntityBaseColumn": {
"EntityTenantId": [ "Id", "TenantId" ], "EntityTenantId": [ "Id", "TenantId" ],
@ -15,6 +15,6 @@
//"BaseId": [ "Id" ] //"BaseId": [ "Id" ]
}, },
"FrontRootPath": "Web", // "FrontRootPath": "Web", //
"BackendApplicationNamespaces": [ "Admin.NET.Application", "Admin.NET.Application2" ] // "BackendApplicationNamespaces": [ "Admin.NET.Application", "Vistar.Application" ] //
} }
} }

View File

@ -32,6 +32,7 @@
<ItemGroup> <ItemGroup>
<Folder Include="Entity\" /> <Folder Include="Entity\" />
<Folder Include="Service\" />
</ItemGroup> </ItemGroup>
</Project> </Project>