This commit is contained in:
dute7liang
2023-12-24 01:20:00 +08:00
parent c083cb9763
commit b3002937e4
6 changed files with 16 additions and 30 deletions

View File

@@ -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>