You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
825 B
17 lines
825 B
5 days ago
|
{
|
||
|
"$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
|
||
|
|
||
|
// 代码生成配置项-程序集名称集合
|
||
|
"CodeGen": {
|
||
|
"EntityAssemblyNames": [ "Admin.NET.Core", "Admin.NET.Application" ],
|
||
|
"BaseEntityNames": [ "EntityTenant", "EntityBase", "EntityBaseId" ],
|
||
|
"EntityBaseColumn": {
|
||
|
"EntityTenant": [ "Id", "CreateTime", "UpdateTime", "CreateUserId", "UpdateUserId", "IsDelete", "TenantId" ],
|
||
|
"EntityBase": [ "Id", "CreateTime", "UpdateTime", "CreateUserId", "UpdateUserId", "IsDelete" ],
|
||
|
"EntityBaseId": [ "Id", "TenantId" ],
|
||
|
"BaseId": [ "Id" ]
|
||
|
},
|
||
|
"FrontRootPath": "Web", // 前端文件根目录
|
||
|
"BackendApplicationNamespace": "Admin.NET.Application" // 后端生成到的项目
|
||
|
}
|
||
|
}
|