forked from rongchao/epmet-cloud-rizhao
5 changed files with 9 additions and 11 deletions
@ -1,9 +1,9 @@ |
|||
<?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.epmet.dao.IcResiContractInfoDao"> |
|||
<mapper namespace="com.epmet.dao.IcResiRentContractInfoDao"> |
|||
|
|||
<resultMap type="com.epmet.entity.IcResiContractInfoEntity" id="icResiContractInfoMap"> |
|||
<resultMap type="com.epmet.entity.IcResiRentContractInfoEntity" id="icResiContractInfoMap"> |
|||
<result property="id" column="ID"/> |
|||
<result property="customerId" column="CUSTOMER_ID"/> |
|||
<result property="icResiUser" column="IC_RESI_USER"/> |
Loading…
Reference in new issue