|
@@ -1,22 +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.diagbot.mapper.ModuleQuestionMapper">
|
|
|
-
|
|
|
- <!-- 通用查询映射结果 -->
|
|
|
- <resultMap id="BaseResultMap" type="com.diagbot.entity.ModuleQuestion">
|
|
|
- <id column="id" property="id" />
|
|
|
- <result column="is_deleted" property="isDeleted" />
|
|
|
- <result column="gmt_create" property="gmtCreate" />
|
|
|
- <result column="gmt_modified" property="gmtModified" />
|
|
|
- <result column="creator" property="creator" />
|
|
|
- <result column="modifier" property="modifier" />
|
|
|
- <result column="module_id" property="moduleId" />
|
|
|
- <result column="question_id" property="questionId" />
|
|
|
- <result column="name" property="name" />
|
|
|
- <result column="prefix" property="prefix" />
|
|
|
- <result column="suffix" property="suffix" />
|
|
|
- <result column="order_no" property="orderNo" />
|
|
|
- <result column="remark" property="remark" />
|
|
|
- </resultMap>
|
|
|
-
|
|
|
-</mapper>
|