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.
24 lines
1.0 KiB
24 lines
1.0 KiB
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.jcsj.EmSbwxjhMapper">
|
||
|
|
||
|
<!-- 通用查询映射结果 -->
|
||
|
<resultMap id="BaseResultMap" type="com.dsic.gj_erp.bean.jcsj.EmSbwxjh">
|
||
|
<id column="id" property="id" />
|
||
|
<result column="SBBH" property="sbbh" />
|
||
|
<result column="SBMC" property="sbmc" />
|
||
|
<result column="SBXH" property="sbxh" />
|
||
|
<result column="SBGG" property="sbgg" />
|
||
|
<result column="SZCS" property="szcs" />
|
||
|
<result column="wxnr" property="wxnr" />
|
||
|
<result column="kssj_jh" property="kssjJh" />
|
||
|
<result column="jssj_jh" property="jssjJh" />
|
||
|
<result column="kssj_sj" property="kssjSj" />
|
||
|
<result column="jssj_sj" property="jssjSj" />
|
||
|
<result column="zt" property="zt" />
|
||
|
<result column="fzr" property="fzr" />
|
||
|
<result column="bz" property="bz" />
|
||
|
</resultMap>
|
||
|
|
||
|
</mapper>
|