# QTBPM **Repository Path**: longkun/qtbpm ## Basic Information - **Project Name**: QTBPM - **Description**: QTBPM是参照BPM标准设计的工作流引擎,为适应国情,进行了个性化的设计。强大、全面,致力于工作、生产、经营等全场景式的工作流引擎。 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-08-27 - **Last Updated**: 2024-08-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # QTBPM #### 介绍 QTBPM是参照BPM标准设计的工作流引擎,为适应国情,进行了个性化的设计。强大、全面,致力于工作、生产、经营等全场景式的工作流引擎。 #### 软件架构 软件架构说明 QTOA 管理平台 BLL 管理平台的业务层 QTBPM 工作流引擎 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 报错 1. 类似:MainView.cshtml(386): error CS0012: The type 'Guid' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. 解决:Try add netstandard reference in web.config like this:


       

2. 未能加载文件或程序集“System.ComponentModel.Annotations”或它的某一个依赖项。找到的程序集清单定义与程序集引用不匹配 解决:添加引用System.ComponentModel.Annotations 4.4.1