07497055创建于 2023年8月30日历史提交
<?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.opengauss.admin.plugin.mapper.modeling.ModelingVisualizationReportsMapper">

    <resultMap id="BaseResultMap" type="org.opengauss.admin.plugin.domain.entity.modeling.ModelingVisualizationReportsEntity">
            <id property="id" column="id" jdbcType="BIGINT"/>
            <result property="name" column="name" jdbcType="VARCHAR"/>
            <result property="url" column="url" jdbcType="VARCHAR"/>
            <result property="intro" column="intro" jdbcType="VARCHAR"/>
            <result property="dataFlowId" column="data_flow_id" jdbcType="BIGINT"/>
            <result property="paramsJson" column="params_json" jdbcType="VARCHAR"/>
            <result property="type" column="type" jdbcType="BIGINT"/>
            <result property="resourceUrl" column="resource_url" jdbcType="VARCHAR"/>
            <result property="createBy" column="create_by" jdbcType="VARCHAR"/>
            <result property="createTime" column="create_time" jdbcType="TIMESTAMP"/>
            <result property="updateBy" column="update_by" jdbcType="VARCHAR"/>
            <result property="updateTime" column="update_time" jdbcType="TIMESTAMP"/>
    </resultMap>

    <sql id="Base_Column_List">
        id,name,url,
        intro,data_flow_id,params_json,
        type,resource_url,create_by,
        create_time,update_by,update_time
    </sql>
</mapper>