😎更换后端生成路径。
This commit is contained in:
parent
1fd92cd7c4
commit
bfbb484f29
@ -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" ] // 后端生成到的项目
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -32,6 +32,7 @@
|
|||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Folder Include="Entity\" />
|
<Folder Include="Entity\" />
|
||||||
|
<Folder Include="Service\" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
Loading…
Reference in New Issue
Block a user