|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
<resultMap id="BaseResultMap" type="com.ruoyi.system.domain.qu.ElQu">
|
|
|
|
|
<id property="id" column="id" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="quType" column="qu_type" jdbcType="INTEGER"/>
|
|
|
|
|
<result property="level" column="level" jdbcType="INTEGER"/>
|
|
|
|
|
<result property="levels" column="levels" jdbcType="INTEGER"/>
|
|
|
|
|
<result property="image" column="image" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="content" column="content" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="createTime" column="create_time" jdbcType="TIMESTAMP"/>
|
|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
</resultMap>
|
|
|
|
|
|
|
|
|
|
<sql id="Base_Column_List">
|
|
|
|
|
id,qu_type,level,
|
|
|
|
|
id,qu_type,levels,
|
|
|
|
|
image,content,create_time,
|
|
|
|
|
update_time,remark,analysis
|
|
|
|
|
</sql>
|
|
|
|
|