38 changed files with 88 additions and 89 deletions
@ -1,4 +1,4 @@ |
|||||||
package org.springblade.flowable.controller; |
package org.springblade.flow.controller; |
||||||
|
|
||||||
import org.springframework.web.bind.annotation.RequestMapping; |
import org.springframework.web.bind.annotation.RequestMapping; |
||||||
import org.springframework.web.bind.annotation.RestController; |
import org.springframework.web.bind.annotation.RestController; |
@ -1,9 +1,9 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?> |
<?xml version="1.0" encoding="UTF-8"?> |
||||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
||||||
<mapper namespace="org.springblade.flowable.engine.mapper.FlowMapper"> |
<mapper namespace="org.springblade.flow.engine.mapper.FlowMapper"> |
||||||
|
|
||||||
<!-- 通用查询映射结果 --> |
<!-- 通用查询映射结果 --> |
||||||
<resultMap id="flowModelResultMap" type="org.springblade.flowable.engine.entity.FlowModel"> |
<resultMap id="flowModelResultMap" type="org.springblade.flow.engine.entity.FlowModel"> |
||||||
<result column="id" property="id"/> |
<result column="id" property="id"/> |
||||||
<result column="name" property="name"/> |
<result column="name" property="name"/> |
||||||
<result column="model_key" property="modelKey"/> |
<result column="model_key" property="modelKey"/> |
Loading…
Reference in new issue