|
|
@@ -2,25 +2,25 @@
|
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
|
|
|
<mapper namespace="com.usoftchina.saas.money.mapper.PaybalancedetMapper" >
|
|
|
<resultMap id="BaseResultMap" type="com.usoftchina.saas.money.po.Paybalancedet" >
|
|
|
- <id column="pd_id" property="pdId" jdbcType="INTEGER" />
|
|
|
- <result column="pd_rbid" property="pdRbid" jdbcType="INTEGER" />
|
|
|
- <result column="pd_detno" property="pdDetno" jdbcType="INTEGER" />
|
|
|
- <result column="pd_ym" property="pdYm" jdbcType="INTEGER" />
|
|
|
- <result column="pd_bankid" property="pdBankid" jdbcType="INTEGER" />
|
|
|
- <result column="pd_bankcode" property="pdBankcode" jdbcType="VARCHAR" />
|
|
|
- <result column="pd_bankname" property="pdBankname" jdbcType="VARCHAR" />
|
|
|
- <result column="pd_amount" property="pdAmount" jdbcType="DOUBLE" />
|
|
|
- <result column="pd_paymethod" property="pdPaymethod" jdbcType="VARCHAR" />
|
|
|
- <result column="pd_paycode" property="pdPaycode" jdbcType="VARCHAR" />
|
|
|
- <result column="pd_remark" property="pdRemark" jdbcType="VARCHAR" />
|
|
|
+ <id column="pd_id" property="id" jdbcType="INTEGER" />
|
|
|
+ <result column="pd_rbid" property="pd_rbid" jdbcType="INTEGER" />
|
|
|
+ <result column="pd_detno" property="pd_detno" jdbcType="INTEGER" />
|
|
|
+ <result column="pd_ym" property="pd_ym" jdbcType="INTEGER" />
|
|
|
+ <result column="pd_bankid" property="pd_bankid" jdbcType="INTEGER" />
|
|
|
+ <result column="pd_bankcode" property="pd_bankcode" jdbcType="VARCHAR" />
|
|
|
+ <result column="pd_bankname" property="pd_bankname" jdbcType="VARCHAR" />
|
|
|
+ <result column="pd_amount" property="pd_amount" jdbcType="DOUBLE" />
|
|
|
+ <result column="pd_paymethod" property="pd_paymethod" jdbcType="VARCHAR" />
|
|
|
+ <result column="pd_paycode" property="pd_paycode" jdbcType="VARCHAR" />
|
|
|
+ <result column="pd_remark" property="pd_remark" jdbcType="VARCHAR" />
|
|
|
<result column="companyId" property="companyId" jdbcType="INTEGER" />
|
|
|
- <result column="updaterId" property="updaterid" jdbcType="INTEGER" />
|
|
|
+ <result column="updaterId" property="updaterId" jdbcType="INTEGER" />
|
|
|
<result column="updatedate" property="updatedate" jdbcType="TIMESTAMP" />
|
|
|
- <result column="pd_text1" property="pdText1" jdbcType="VARCHAR" />
|
|
|
- <result column="pd_text2" property="pdText2" jdbcType="VARCHAR" />
|
|
|
- <result column="pd_text3" property="pdText3" jdbcType="VARCHAR" />
|
|
|
- <result column="pd_text4" property="pdText4" jdbcType="VARCHAR" />
|
|
|
- <result column="pd_text5" property="pdText5" jdbcType="VARCHAR" />
|
|
|
+ <result column="pd_text1" property="pd_text1" jdbcType="VARCHAR" />
|
|
|
+ <result column="pd_text2" property="pd_text2" jdbcType="VARCHAR" />
|
|
|
+ <result column="pd_text3" property="pd_text3" jdbcType="VARCHAR" />
|
|
|
+ <result column="pd_text4" property="pd_text4" jdbcType="VARCHAR" />
|
|
|
+ <result column="pd_text5" property="pd_text5" jdbcType="VARCHAR" />
|
|
|
</resultMap>
|
|
|
<sql id="Base_Column_List" >
|
|
|
pd_id, pd_rbid, pd_detno, pd_ym, pd_bankid, pd_bankcode, pd_bankname, pd_amount,
|