Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
modeng-service
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
邢保振
modeng-service
Commits
2ef69634
Commit
2ef69634
authored
Dec 12, 2023
by
zhaoqingwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
阿拉丁-魔登
parent
dbc14541
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
AdsDeskRequestLogMapper.xml
src/main/resources/mybatis/AdsDeskRequestLogMapper.xml
+26
-0
No files found.
src/main/resources/mybatis/AdsDeskRequestLogMapper.xml
0 → 100644
View file @
2ef69634
<?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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment