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.

28 lines
1.7 KiB

<?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.charge.task.dao.AccountWaterDOMapper" >
<resultMap id="BaseResultMap" type="com.charge.task.model.AccountWaterDO" >
<!--
WARNING - @mbg.generated
-->
<id column="id" property="id" jdbcType="BIGINT" />
<result column="cash" property="cash" jdbcType="DECIMAL" />
<result column="phone" property="phone" jdbcType="VARCHAR" />
<result column="txt_desc" property="txtDesc" jdbcType="VARCHAR" />
<result column="sign_msg" property="signMsg" jdbcType="VARCHAR" />
<result column="sign" property="sign" jdbcType="TINYINT" />
<result column="type" property="type" jdbcType="CHAR" />
<result column="order_id" property="orderId" jdbcType="VARCHAR" />
<result column="treatment" property="treatment" jdbcType="CHAR" />
<result column="user_id" property="userId" jdbcType="BIGINT" />
<result column="pay_status" property="payStatus" jdbcType="CHAR" />
<result column="pay_method" property="payMethod" jdbcType="CHAR" />
<result column="update_time" property="updateTime" jdbcType="TIMESTAMP" />
<result column="create_time" property="createTime" jdbcType="TIMESTAMP" />
<result column="pre_balance" property="preBalance" jdbcType="DECIMAL" />
<result column="bef_balance" property="befBalance" jdbcType="DECIMAL" />
<result column="memo" property="memo" jdbcType="VARCHAR" />
<result column="donate_money" property="donateMoney" jdbcType="DECIMAL" />
<result column="ua_balance" property="uaBalance" jdbcType="DECIMAL" />
</resultMap>
</mapper>