parent
9252dabe64
commit
e08f009964
5 changed files with 17 additions and 15 deletions
@ -1,15 +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.daqing.financial.guarantee.mapper.DgGuaranteeLetterConsiderMapper"> |
|
||||||
|
|
||||||
<!-- 通用查询映射结果 --> |
|
||||||
<resultMap id="BaseResultMap" type="com.daqing.framework.domain.guarantee.DgGuaranteeLetterConsider"> |
|
||||||
<id column="id" property="id" /> |
|
||||||
<result column="company_id" property="companyId" /> |
|
||||||
<result column="emp_id" property="empId" /> |
|
||||||
<result column="status" property="status" /> |
|
||||||
<result column="create_time" property="createTime" /> |
|
||||||
<result column="update_time" property="updateTime" /> |
|
||||||
</resultMap> |
|
||||||
|
|
||||||
</mapper> |
|
Loading…
Reference in new issue