You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ocr/jyjz-system/jyjz-system-oa/target/classes/mapper/oa/ReMapper.xml

18 lines
1.0 KiB

<?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="org.flowable.ui.modeler.domain.ModelRelation">
<resultMap id="BaseResultMap" type="cn.jyjz.flowable.entity.ReDeployment">
<id column="ID_" property="id" jdbcType="VARCHAR"/>
<result column="NAME_" property="name" jdbcType="VARCHAR"/>
<result column="CATEGORY_" property="category" jdbcType="VARCHAR"/>
<result column="KEY_" property="key" jdbcType="VARCHAR"/>
<result column="TENANT_ID_" property="tenantId" jdbcType="VARCHAR"/>
<result column="DEPLOY_TIME_" property="deployTime" jdbcType="TIMESTAMP"/>
<result column="DERIVED_FROM_" property="derivedFrom" jdbcType="VARCHAR"/>
<result column="DERIVED_FROM_ROOT_" property="derivedFromRoot" jdbcType="VARCHAR"/>
<result column="PARENT_DEPLOYMENT_ID_" property="parentDeploymentId" jdbcType="VARCHAR"/>
<result column="ENGINE_VERSION_" property="engineVersion" jdbcType="VARCHAR"/>
</resultMap>
</mapper>