44323
2024-05-16 8d90d3f271a9c28bf46f755b1561f07c163d8823
ruoyi-service/ruoyi-study/src/main/resources/mapper/sutdy/TGameMapper.xml
@@ -2,23 +2,6 @@
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.study.mapper.TGameMapper">
    <!-- 通用查询映射结果 -->
    <resultMap id="BaseResultMap" type="com.ruoyi.study.domain.TGame">
        <id column="id" property="id" />
        <result column="week" property="week" />
        <result column="name" property="name" />
        <result column="difficulty" property="difficulty" />
        <result column="count" property="count" />
        <result column="integral" property="integral" />
        <result column="time" property="time" />
        <result column="answerTime" property="answerTime" />
        <result column="answerIntegral" property="answerIntegral" />
        <result column="answerCount" property="answerCount" />
    </resultMap>
    <!-- 通用查询结果列 -->
    <sql id="Base_Column_List">
        id, week, name, difficulty, count, integral, time, answerTime, answerIntegral, answerCount
    </sql>
</mapper>