VueWebCoreApi/ApiGroup/OpenApiGroup.cs
@@ -39,13 +39,15 @@
        [Description("单据打印")]
        单据打印 = 15,
        [Description("看板管理")]
        看板管理=16,
        看板管理 = 16,
        [Description("App个人中心")]
        App个人中心 = 20,
        [Description("App智能分析")]
        App智能分析 = 21,
        [Description("App安灯管理")]
        App安灯管理 = 22
        App安灯管理 = 22,
        [Description("SOP管理")]
        SOP管理 = 23
    }
}