21 lines
1.1 KiB
XML
21 lines
1.1 KiB
XML
<?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.tiesheng.web.mapper.CoreLogApiMapper">
|
|
<resultMap id="BaseResultMap" type="com.tiesheng.web.pojos.dao.CoreLogApi">
|
|
<!--@mbg.generated-->
|
|
<!--@Table core_log_api-->
|
|
<id column="id" jdbcType="VARCHAR" property="id" />
|
|
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
|
|
<result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
|
|
<result column="is_deleted" jdbcType="INTEGER" property="isDeleted" />
|
|
<result column="type" jdbcType="VARCHAR" property="type" />
|
|
<result column="url" jdbcType="LONGVARCHAR" property="url" />
|
|
<result column="content" jdbcType="LONGVARCHAR" property="content" />
|
|
<result column="resp_body" jdbcType="LONGVARCHAR" property="respBody" />
|
|
<result column="result" jdbcType="INTEGER" property="result" />
|
|
</resultMap>
|
|
<sql id="Base_Column_List">
|
|
<!--@mbg.generated-->
|
|
id, create_time, update_time, is_deleted, `type`, url, content, resp_body, `result`
|
|
</sql>
|
|
</mapper> |