Commit 2ef69634 by zhaoqingwei

阿拉丁-魔登

parent dbc14541
<?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.ruoyi.adsdesk.mapper.AdsDeskRequestLogMapper">
<resultMap id="BaseResultMap" type="com.ruoyi.adsdesk.domain.AdsDeskRequestLog">
<!--@mbg.generated-->
<!--@Table ads_desk_request_log-->
<id column="id" jdbcType="BIGINT" property="id" />
<result column="request_url" jdbcType="VARCHAR" property="requestUrl" />
<result column="request_method" jdbcType="VARCHAR" property="requestMethod" />
<result column="request_body" jdbcType="VARCHAR" property="requestBody" />
<result column="response_code" jdbcType="INTEGER" property="responseCode" />
<result column="response_body" jdbcType="VARCHAR" property="responseBody" />
<result column="opt_user" jdbcType="VARCHAR" property="optUser" />
<result column="create_by" jdbcType="BIGINT" property="createBy" />
<result column="gmt_create" jdbcType="TIMESTAMP" property="gmtCreate" />
<result column="update_by" jdbcType="BIGINT" property="updateBy" />
<result column="gmt_modified" jdbcType="TIMESTAMP" property="gmtModified" />
<result column="is_delete" jdbcType="BOOLEAN" property="isDelete" />
</resultMap>
<sql id="Base_Column_List">
<!--@mbg.generated-->
id, request_url, request_method, request_body, response_code, response_body, opt_user,
create_by, gmt_create, update_by, gmt_modified, is_delete
</sql>
</mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment