You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
910 B
21 lines
910 B
2 years ago
|
<?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.dsic.gj_erp.mapper.jhgk.DmJgxywrybMapper">
|
||
|
|
||
|
<!-- 通用查询映射结果 -->
|
||
|
<resultMap id="BaseResultMap" type="com.dsic.gj_erp.bean.jhgk.DmJgxywryb">
|
||
|
<id column="ZXTBM" property="zxtbm" />
|
||
|
<result column="YLZD4" property="ylzd4" />
|
||
|
<result column="YLZD1" property="ylzd1" />
|
||
|
<result column="YLZD2" property="ylzd2" />
|
||
|
<result column="RYBM" property="rybm" />
|
||
|
<result column="YLZD5" property="ylzd5" />
|
||
|
<result column="SSBM" property="ssbm" />
|
||
|
<result column="JGFLM" property="jgflm" />
|
||
|
<result column="YLZD3" property="ylzd3" />
|
||
|
<result column="RYMC" property="rymc" />
|
||
|
<result column="YLZD6" property="ylzd6" />
|
||
|
</resultMap>
|
||
|
|
||
|
</mapper>
|