公告板
版本库
filestore
活动
搜索
登录
main
/
FZCZTB
非政采招投标项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
no message
移动系统liao
3 天以前
3373a075081a707b094c6225759a776d18ee1e53
[FZCZTB.git]
/
Admin.NET
/
Admin.NET.Application
/
Configuration
/
CodeGen.json
1
2
3
4
5
6
7
8
9
10
11
{
"$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
// 代码生成配置项-程序集名称集合
"CodeGen": {
"EntityAssemblyNames": [ "Admin.NET.Core", "Admin.NET.Application", "FZCZTB.NET.MD" ], // 实体所在程序集(自行添加新建程序集名称)
"BaseEntityNames": [ "EntityBaseId", "EntityBase", "EntityBaseDel", "EntityBaseOrg", "EntityBaseOrgDel", "EntityBaseTenant", "EntityBaseTenantDel", "EntityBaseTenantId", "EntityBaseTenantOrg", "EntityBaseTenantOrgDel" ], // 实体基类名称
"FrontRootPath": "Web", // 前端项目根目录
"BackendApplicationNamespaces": [ "Admin.NET.Application", "FZCZTB.TSCL.Application" ] // 后端生成到的项目(自行添加新建命名空间)
}
}