init
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
<?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.cai.mapper.CaiUserSkillMapper">
|
||||
|
||||
<resultMap type="com.ruoyi.cai.domain.CaiUserSkill" id="CaiUserSkillResult">
|
||||
<result property="id" column="id"/>
|
||||
<result property="userId" column="user_id"/>
|
||||
<result property="skillId" column="skill_id"/>
|
||||
<result property="price" column="price"/>
|
||||
<result property="score" column="score"/>
|
||||
<result property="serviceCount" column="service_count"/>
|
||||
<result property="serviceTime" column="service_time"/>
|
||||
<result property="createTime" column="create_time"/>
|
||||
</resultMap>
|
||||
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user