| | |
| | | <?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="cn.flightfeather.supervision.domain.mapper.SceneTypeMapper" > |
| | | <resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.entity.SceneType" > |
| | | <?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="cn.flightfeather.supervision.domain.mapper.SceneTypeMapper"> |
| | | <resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.entity.SceneType"> |
| | | <!-- |
| | | WARNING - @mbg.generated |
| | | --> |
| | | <id column="SC_Id" property="scId" jdbcType="INTEGER" /> |
| | | <result column="SC_Name" property="scName" jdbcType="VARCHAR" /> |
| | | <result column="SC_Tag" property="scTag" jdbcType="VARCHAR" /> |
| | | <id column="SC_Id" jdbcType="INTEGER" property="scId" /> |
| | | <result column="SC_Name" jdbcType="VARCHAR" property="scName" /> |
| | | <result column="SC_Tag" jdbcType="VARCHAR" property="scTag" /> |
| | | <result column="SC_Index" jdbcType="INTEGER" property="scIndex" /> |
| | | </resultMap> |
| | | <sql id="Base_Column_List" > |
| | | <sql id="Base_Column_List"> |
| | | <!-- |
| | | WARNING - @mbg.generated |
| | | --> |
| | | SC_Id, SC_Name, SC_Tag |
| | | SC_Id, SC_Name, SC_Tag, SC_Index |
| | | </sql> |
| | | </mapper> |