UNIVPLMDataIntegration/Admin.NET/Admin.NET.Application/Configuration/Enum.json

8 lines
265 B
JSON
Raw Normal View History

2024-06-15 13:02:35 +08:00
{
"$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
// 枚举配置(将所有枚举转成字典)
2024-06-15 13:02:35 +08:00
"Enum": {
"EntityAssemblyNames": [ "Admin." ] // 枚举所在程序集(自行添加新建程序集名称)
2024-06-15 13:02:35 +08:00
}
}