namespace Admin.NET.Plugin.AiDOP; /// /// AiDOP 插件常量 /// public static class AiDOPConst { /// /// Swagger 分组显示名 /// public const string GroupName = "AiDOP 数字化运营(Demo 迁移)"; /// /// 路由模块段(动态 API 路径的一部分) /// public const string Module = "aidop"; }