bug273、bug274
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?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.ydw.bat.wkflow.business_main.datas.mapper.EsTechRelationMapper">
|
||||
|
||||
<resultMap id="BaseInfoMap" type="com.ydw.bat.wkflow.business_main.datas.entity.EsTechRelation">
|
||||
<id column="id" property="id" />
|
||||
<id column="es_id" property="esId" />
|
||||
<id column="prc_id" property="prcId" />
|
||||
<id column="finish" property="finish" />
|
||||
<id column="prc_tech_id" property="prcTechId" />
|
||||
</resultMap>
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user