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.
38 lines
1.7 KiB
38 lines
1.7 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.DmCzplpMapper">
|
||
|
|
||
|
<!-- 通用查询映射结果 -->
|
||
|
<resultMap id="BaseResultMap" type="com.dsic.gj_erp.bean.jcsj.DmCzplp">
|
||
|
<id column="ID" property="id" />
|
||
|
<result column="DC_CH" property="dcCh" />
|
||
|
<result column="TJRQ" property="tjrq" />
|
||
|
<result column="BZ" property="bz" />
|
||
|
<result column="APSZDR" property="apszdr" />
|
||
|
<result column="YLZD6" property="ylzd6" />
|
||
|
<result column="YLZD3" property="ylzd3" />
|
||
|
<result column="DC_PL_JY" property="dcPlJy" />
|
||
|
<result column="LRR" property="lrr" />
|
||
|
<result column="JSBS" property="jsbs" />
|
||
|
<result column="DC_PL" property="dcPl" />
|
||
|
<result column="YLZD1" property="ylzd1" />
|
||
|
<result column="YLZD4" property="ylzd4" />
|
||
|
<result column="APSZDRQ" property="apszdrq" />
|
||
|
<result column="DC_FD" property="dcFd" />
|
||
|
<result column="YLZD2" property="ylzd2" />
|
||
|
<result column="LRRQ" property="lrrq" />
|
||
|
<result column="scjhzt" property="scjhzt" />
|
||
|
<result column="jhyxj" property="jhyxj" />
|
||
|
<result column="YLZD5" property="ylzd5" />
|
||
|
<result column="DC_CH_JY" property="dcChJy" />
|
||
|
<result column="JSRQ" property="jsrq" />
|
||
|
<result column="ZL" property="zl" />
|
||
|
</resultMap>
|
||
|
|
||
|
<!-- 通用查询结果列 -->
|
||
|
<sql id="Base_Column_List">
|
||
|
DC_CH, TJRQ, BZ, APSZDR, YLZD6, YLZD3, DC_PL_JY, LRR, JSBS, DC_PL, YLZD1, YLZD4, APSZDRQ, DC_FD, YLZD2, ID, LRRQ, scjhzt, jhyxj, YLZD5, DC_CH_JY, JSRQ, ZL
|
||
|
</sql>
|
||
|
|
||
|
</mapper>
|