Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform
Project
Project
Details
Activity
Releases
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
youjj
cloud-platform
Commits
78a2ad8b
Commit
78a2ad8b
authored
Jun 18, 2019
by
libin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
评分
parent
bb3b7b2c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
VehicleUserScoreMapper.xml
...rver/src/main/resources/mapper/VehicleUserScoreMapper.xml
+24
-0
No files found.
xx-vehicle/xx-vehicle-server/src/main/resources/mapper/VehicleUserScoreMapper.xml
0 → 100644
View file @
78a2ad8b
<?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.xxfc.platform.vehicle.mapper.VehicleUserScoreMapper"
>
<!-- 可根据自己的需求,是否要使用 -->
<resultMap
type=
"com.xxfc.platform.vehicle.entity.VehicleUserScore"
id=
"vehicleUserScoreMap"
>
<result
property=
"id"
column=
"id"
/>
<result
property=
"userId"
column=
"user_id"
/>
<result
property=
"orderId"
column=
"order_id"
/>
<result
property=
"modelId"
column=
"model_id"
/>
<result
property=
"type"
column=
"type"
/>
<result
property=
"aveScore"
column=
"ave_score"
/>
<result
property=
"scores"
column=
"scores"
/>
<result
property=
"isAnony"
column=
"is_anony"
/>
<result
property=
"comment"
column=
"comment"
/>
<result
property=
"imgs"
column=
"imgs"
/>
<result
property=
"status"
column=
"status"
/>
<result
property=
"crtTime"
column=
"crt_time"
/>
<result
property=
"updTime"
column=
"upd_time"
/>
<result
property=
"isDel"
column=
"is_del"
/>
</resultMap>
</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