代码重构

This commit is contained in:
2025-08-06 14:26:48 +08:00
parent 47258c9b35
commit b8761ef6bc
954 changed files with 111190 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?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">
<mapper namespace="com.gear.workflow.mapper.WfDeployFormMapper">
<resultMap type="com.gear.workflow.domain.WfDeployForm" id="WfDeployFormResult">
<result property="deployId" column="deploy_id"/>
<result property="formKey" column="form_key"/>
<result property="nodeKey" column="node_key"/>
<result property="nodeName" column="node_name"/>
<result property="content" column="content"/>
</resultMap>
</mapper>