😎更换后端生成路径。
This commit is contained in:
parent
1fd92cd7c4
commit
bfbb484f29
@ -3,7 +3,7 @@
|
||||
|
||||
// 代码生成配置项-程序集名称集合
|
||||
"CodeGen": {
|
||||
"EntityAssemblyNames": [ "Admin.NET.Core", "Admin.NET.Application" ],
|
||||
"EntityAssemblyNames": [ "Admin.NET.Core", "Admin.NET.Application", "Vistar.Application" ],
|
||||
"BaseEntityNames": [ "EntityTenantId", "EntityTenant", "EntityTenantBaseData", "EntityBaseData", "EntityBase", "EntityBaseId" ],
|
||||
"EntityBaseColumn": {
|
||||
"EntityTenantId": [ "Id", "TenantId" ],
|
||||
@ -15,6 +15,6 @@
|
||||
//"BaseId": [ "Id" ]
|
||||
},
|
||||
"FrontRootPath": "Web", // 前端项目根目录
|
||||
"BackendApplicationNamespaces": [ "Admin.NET.Application", "Admin.NET.Application2" ] // 后端生成到的项目
|
||||
"BackendApplicationNamespaces": [ "Admin.NET.Application", "Vistar.Application" ] // 后端生成到的项目
|
||||
}
|
||||
}
|
@ -32,6 +32,7 @@
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="Entity\" />
|
||||
<Folder Include="Service\" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
Loading…
Reference in New Issue
Block a user