bug273、bug274

This commit is contained in:
CD
2022-11-25 17:48:25 +08:00
parent 5e5f146ce2
commit d0b4ada9f4
15 changed files with 411 additions and 34 deletions
@@ -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>