fix -- 重命名工作流相关的类,删除未使用的代码。

This commit is contained in:
konbai
2022-03-10 01:38:44 +08:00
parent f5946970ef
commit 6082b5e948
29 changed files with 349 additions and 363 deletions

View File

@@ -2,9 +2,9 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.workflow.mapper.FlowCategoryMapper">
<mapper namespace="com.ruoyi.workflow.mapper.WfCategoryMapper">
<resultMap type="com.ruoyi.workflow.domain.FlowCategory" id="FlowCategoryResult">
<resultMap type="com.ruoyi.workflow.domain.WfCategory" id="FlowCategoryResult">
<result property="categoryId" column="category_id"/>
<result property="categoryName" column="category_name"/>
<result property="code" column="code"/>