|
@@ -1,18 +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.bizmatics.mhfire.persistence.mapper.DutyMapper">
|
|
|
-
|
|
|
- <!-- 通用查询映射结果 -->
|
|
|
- <resultMap id="BaseResultMap" type="com.bizmatics.mhfire.model.Duty">
|
|
|
- <result column="orga_desc" property="orgaDesc" />
|
|
|
- <result column="DTHH" property="dthh" />
|
|
|
- <result column="LXDH" property="lxdh" />
|
|
|
- <result column="car_status" property="carStatus" />
|
|
|
- <result column="YS" property="ys" />
|
|
|
- <result column="ID" property="id" />
|
|
|
- <result column="CLJC" property="cljc" />
|
|
|
- <result column="CPHM" property="cphm" />
|
|
|
- <result column="ssxfjgid" property="ssxfjgid" />
|
|
|
- </resultMap>
|
|
|
-
|
|
|
-</mapper>
|