xubh il y a 5 ans
Parent
commit
d59b97eaee

+ 97 - 0
src/main/java/com/minpay/db/table/mapper/VmHlAccountMapper.java

@@ -0,0 +1,97 @@
+package com.minpay.db.table.mapper;
+
+import com.minpay.db.table.model.VmHlAccount;
+import com.minpay.db.table.model.VmHlAccountExample;
+import com.startup.minpay.frame.jdbc.IMINMybatisEntityMapper;
+import java.util.List;
+import org.apache.ibatis.annotations.Param;
+
+public interface VmHlAccountMapper extends IMINMybatisEntityMapper<VmHlAccount, String, VmHlAccountExample> {
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table vm_hl_account
+     *
+     * @mbggenerated
+     */
+    int countByExample(VmHlAccountExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table vm_hl_account
+     *
+     * @mbggenerated
+     */
+    int deleteByExample(VmHlAccountExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table vm_hl_account
+     *
+     * @mbggenerated
+     */
+    int deleteByPrimaryKey(String id);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table vm_hl_account
+     *
+     * @mbggenerated
+     */
+    int insert(VmHlAccount record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table vm_hl_account
+     *
+     * @mbggenerated
+     */
+    int insertSelective(VmHlAccount record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table vm_hl_account
+     *
+     * @mbggenerated
+     */
+    List<VmHlAccount> selectByExample(VmHlAccountExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table vm_hl_account
+     *
+     * @mbggenerated
+     */
+    VmHlAccount selectByPrimaryKey(String id);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table vm_hl_account
+     *
+     * @mbggenerated
+     */
+    int updateByExampleSelective(@Param("record") VmHlAccount record, @Param("example") VmHlAccountExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table vm_hl_account
+     *
+     * @mbggenerated
+     */
+    int updateByExample(@Param("record") VmHlAccount record, @Param("example") VmHlAccountExample example);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table vm_hl_account
+     *
+     * @mbggenerated
+     */
+    int updateByPrimaryKeySelective(VmHlAccount record);
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method corresponds to the database table vm_hl_account
+     *
+     * @mbggenerated
+     */
+    int updateByPrimaryKey(VmHlAccount record);
+}

+ 453 - 0
src/main/java/com/minpay/db/table/model/VmHlAccount.java

@@ -0,0 +1,453 @@
+package com.minpay.db.table.model;
+
+import com.startup.minpay.frame.data.AbstractMINBean;
+
+public class VmHlAccount extends AbstractMINBean {
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_hl_account.ACT_ID
+     *
+     * @mbggenerated
+     */
+    private String id;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_hl_account.ACT_CHANNEL
+     *
+     * @mbggenerated
+     */
+    private String channel;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_hl_account.ACT_USRID
+     *
+     * @mbggenerated
+     */
+    private String usrid;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_hl_account.ACT_TYPE
+     *
+     * @mbggenerated
+     */
+    private String type;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_hl_account.ACT_NAME
+     *
+     * @mbggenerated
+     */
+    private String name;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_hl_account.ACT_NUMBER
+     *
+     * @mbggenerated
+     */
+    private String number;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_hl_account.ACT_AMT
+     *
+     * @mbggenerated
+     */
+    private String amt;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_hl_account.ACT_AVA_AMT
+     *
+     * @mbggenerated
+     */
+    private String avaAmt;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_hl_account.ACT_CREATE_USER
+     *
+     * @mbggenerated
+     */
+    private String createUser;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_hl_account.ACT_CREATE_TIME
+     *
+     * @mbggenerated
+     */
+    private String createTime;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_hl_account.ACT_MODIFY_USER
+     *
+     * @mbggenerated
+     */
+    private String modifyUser;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_hl_account.ACT_MODIFY_TIME
+     *
+     * @mbggenerated
+     */
+    private String modifyTime;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_hl_account.ACT_STATE
+     *
+     * @mbggenerated
+     */
+    private String state;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_hl_account.ACT_EQUIPMENT_ID
+     *
+     * @mbggenerated
+     */
+    private String equipmentId;
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column vm_hl_account.ACT_ID
+     *
+     * @return the value of vm_hl_account.ACT_ID
+     *
+     * @mbggenerated
+     */
+    public String getId() {
+        return id;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column vm_hl_account.ACT_ID
+     *
+     * @param id the value for vm_hl_account.ACT_ID
+     *
+     * @mbggenerated
+     */
+    public void setId(String id) {
+        this.id = id == null ? null : id.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column vm_hl_account.ACT_CHANNEL
+     *
+     * @return the value of vm_hl_account.ACT_CHANNEL
+     *
+     * @mbggenerated
+     */
+    public String getChannel() {
+        return channel;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column vm_hl_account.ACT_CHANNEL
+     *
+     * @param channel the value for vm_hl_account.ACT_CHANNEL
+     *
+     * @mbggenerated
+     */
+    public void setChannel(String channel) {
+        this.channel = channel == null ? null : channel.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column vm_hl_account.ACT_USRID
+     *
+     * @return the value of vm_hl_account.ACT_USRID
+     *
+     * @mbggenerated
+     */
+    public String getUsrid() {
+        return usrid;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column vm_hl_account.ACT_USRID
+     *
+     * @param usrid the value for vm_hl_account.ACT_USRID
+     *
+     * @mbggenerated
+     */
+    public void setUsrid(String usrid) {
+        this.usrid = usrid == null ? null : usrid.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column vm_hl_account.ACT_TYPE
+     *
+     * @return the value of vm_hl_account.ACT_TYPE
+     *
+     * @mbggenerated
+     */
+    public String getType() {
+        return type;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column vm_hl_account.ACT_TYPE
+     *
+     * @param type the value for vm_hl_account.ACT_TYPE
+     *
+     * @mbggenerated
+     */
+    public void setType(String type) {
+        this.type = type == null ? null : type.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column vm_hl_account.ACT_NAME
+     *
+     * @return the value of vm_hl_account.ACT_NAME
+     *
+     * @mbggenerated
+     */
+    public String getName() {
+        return name;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column vm_hl_account.ACT_NAME
+     *
+     * @param name the value for vm_hl_account.ACT_NAME
+     *
+     * @mbggenerated
+     */
+    public void setName(String name) {
+        this.name = name == null ? null : name.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column vm_hl_account.ACT_NUMBER
+     *
+     * @return the value of vm_hl_account.ACT_NUMBER
+     *
+     * @mbggenerated
+     */
+    public String getNumber() {
+        return number;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column vm_hl_account.ACT_NUMBER
+     *
+     * @param number the value for vm_hl_account.ACT_NUMBER
+     *
+     * @mbggenerated
+     */
+    public void setNumber(String number) {
+        this.number = number == null ? null : number.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column vm_hl_account.ACT_AMT
+     *
+     * @return the value of vm_hl_account.ACT_AMT
+     *
+     * @mbggenerated
+     */
+    public String getAmt() {
+        return amt;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column vm_hl_account.ACT_AMT
+     *
+     * @param amt the value for vm_hl_account.ACT_AMT
+     *
+     * @mbggenerated
+     */
+    public void setAmt(String amt) {
+        this.amt = amt == null ? null : amt.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column vm_hl_account.ACT_AVA_AMT
+     *
+     * @return the value of vm_hl_account.ACT_AVA_AMT
+     *
+     * @mbggenerated
+     */
+    public String getAvaAmt() {
+        return avaAmt;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column vm_hl_account.ACT_AVA_AMT
+     *
+     * @param avaAmt the value for vm_hl_account.ACT_AVA_AMT
+     *
+     * @mbggenerated
+     */
+    public void setAvaAmt(String avaAmt) {
+        this.avaAmt = avaAmt == null ? null : avaAmt.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column vm_hl_account.ACT_CREATE_USER
+     *
+     * @return the value of vm_hl_account.ACT_CREATE_USER
+     *
+     * @mbggenerated
+     */
+    public String getCreateUser() {
+        return createUser;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column vm_hl_account.ACT_CREATE_USER
+     *
+     * @param createUser the value for vm_hl_account.ACT_CREATE_USER
+     *
+     * @mbggenerated
+     */
+    public void setCreateUser(String createUser) {
+        this.createUser = createUser == null ? null : createUser.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column vm_hl_account.ACT_CREATE_TIME
+     *
+     * @return the value of vm_hl_account.ACT_CREATE_TIME
+     *
+     * @mbggenerated
+     */
+    public String getCreateTime() {
+        return createTime;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column vm_hl_account.ACT_CREATE_TIME
+     *
+     * @param createTime the value for vm_hl_account.ACT_CREATE_TIME
+     *
+     * @mbggenerated
+     */
+    public void setCreateTime(String createTime) {
+        this.createTime = createTime == null ? null : createTime.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column vm_hl_account.ACT_MODIFY_USER
+     *
+     * @return the value of vm_hl_account.ACT_MODIFY_USER
+     *
+     * @mbggenerated
+     */
+    public String getModifyUser() {
+        return modifyUser;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column vm_hl_account.ACT_MODIFY_USER
+     *
+     * @param modifyUser the value for vm_hl_account.ACT_MODIFY_USER
+     *
+     * @mbggenerated
+     */
+    public void setModifyUser(String modifyUser) {
+        this.modifyUser = modifyUser == null ? null : modifyUser.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column vm_hl_account.ACT_MODIFY_TIME
+     *
+     * @return the value of vm_hl_account.ACT_MODIFY_TIME
+     *
+     * @mbggenerated
+     */
+    public String getModifyTime() {
+        return modifyTime;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column vm_hl_account.ACT_MODIFY_TIME
+     *
+     * @param modifyTime the value for vm_hl_account.ACT_MODIFY_TIME
+     *
+     * @mbggenerated
+     */
+    public void setModifyTime(String modifyTime) {
+        this.modifyTime = modifyTime == null ? null : modifyTime.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column vm_hl_account.ACT_STATE
+     *
+     * @return the value of vm_hl_account.ACT_STATE
+     *
+     * @mbggenerated
+     */
+    public String getState() {
+        return state;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column vm_hl_account.ACT_STATE
+     *
+     * @param state the value for vm_hl_account.ACT_STATE
+     *
+     * @mbggenerated
+     */
+    public void setState(String state) {
+        this.state = state == null ? null : state.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column vm_hl_account.ACT_EQUIPMENT_ID
+     *
+     * @return the value of vm_hl_account.ACT_EQUIPMENT_ID
+     *
+     * @mbggenerated
+     */
+    public String getEquipmentId() {
+        return equipmentId;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column vm_hl_account.ACT_EQUIPMENT_ID
+     *
+     * @param equipmentId the value for vm_hl_account.ACT_EQUIPMENT_ID
+     *
+     * @mbggenerated
+     */
+    public void setEquipmentId(String equipmentId) {
+        this.equipmentId = equipmentId == null ? null : equipmentId.trim();
+    }
+}

Fichier diff supprimé car celui-ci est trop grand
+ 1373 - 0
src/main/java/com/minpay/db/table/model/VmHlAccountExample.java


+ 413 - 0
src/main/resources/com/minpay/db/table/mapper/VmHlAccountMapper.xml

@@ -0,0 +1,413 @@
+<?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.minpay.db.table.mapper.VmHlAccountMapper" >
+  <resultMap id="BaseResultMap" type="com.minpay.db.table.model.VmHlAccount" >
+    <!--
+      WARNING - @mbggenerated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    <id column="ACT_ID" property="id" jdbcType="VARCHAR" />
+    <result column="ACT_CHANNEL" property="channel" jdbcType="VARCHAR" />
+    <result column="ACT_USRID" property="usrid" jdbcType="VARCHAR" />
+    <result column="ACT_TYPE" property="type" jdbcType="VARCHAR" />
+    <result column="ACT_NAME" property="name" jdbcType="VARCHAR" />
+    <result column="ACT_NUMBER" property="number" jdbcType="VARCHAR" />
+    <result column="ACT_AMT" property="amt" jdbcType="VARCHAR" />
+    <result column="ACT_AVA_AMT" property="avaAmt" jdbcType="VARCHAR" />
+    <result column="ACT_CREATE_USER" property="createUser" jdbcType="VARCHAR" />
+    <result column="ACT_CREATE_TIME" property="createTime" jdbcType="VARCHAR" />
+    <result column="ACT_MODIFY_USER" property="modifyUser" jdbcType="VARCHAR" />
+    <result column="ACT_MODIFY_TIME" property="modifyTime" jdbcType="VARCHAR" />
+    <result column="ACT_STATE" property="state" jdbcType="VARCHAR" />
+    <result column="ACT_EQUIPMENT_ID" property="equipmentId" jdbcType="VARCHAR" />
+  </resultMap>
+  <sql id="Example_Where_Clause" >
+    <!--
+      WARNING - @mbggenerated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    <where >
+      <foreach collection="oredCriteria" item="criteria" separator="or" >
+        <if test="criteria.valid" >
+          <trim prefix="(" suffix=")" prefixOverrides="and" >
+            <foreach collection="criteria.criteria" item="criterion" >
+              <choose >
+                <when test="criterion.noValue" >
+                  and ${criterion.condition}
+                </when>
+                <when test="criterion.singleValue" >
+                  and ${criterion.condition} #{criterion.value}
+                </when>
+                <when test="criterion.betweenValue" >
+                  and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
+                </when>
+                <when test="criterion.listValue" >
+                  and ${criterion.condition}
+                  <foreach collection="criterion.value" item="listItem" open="(" close=")" separator="," >
+                    #{listItem}
+                  </foreach>
+                </when>
+              </choose>
+            </foreach>
+          </trim>
+        </if>
+      </foreach>
+    </where>
+  </sql>
+  <sql id="Update_By_Example_Where_Clause" >
+    <!--
+      WARNING - @mbggenerated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    <where >
+      <foreach collection="example.oredCriteria" item="criteria" separator="or" >
+        <if test="criteria.valid" >
+          <trim prefix="(" suffix=")" prefixOverrides="and" >
+            <foreach collection="criteria.criteria" item="criterion" >
+              <choose >
+                <when test="criterion.noValue" >
+                  and ${criterion.condition}
+                </when>
+                <when test="criterion.singleValue" >
+                  and ${criterion.condition} #{criterion.value}
+                </when>
+                <when test="criterion.betweenValue" >
+                  and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
+                </when>
+                <when test="criterion.listValue" >
+                  and ${criterion.condition}
+                  <foreach collection="criterion.value" item="listItem" open="(" close=")" separator="," >
+                    #{listItem}
+                  </foreach>
+                </when>
+              </choose>
+            </foreach>
+          </trim>
+        </if>
+      </foreach>
+    </where>
+  </sql>
+  <sql id="Base_Column_List" >
+    <!--
+      WARNING - @mbggenerated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    ACT_ID, ACT_CHANNEL, ACT_USRID, ACT_TYPE, ACT_NAME, ACT_NUMBER, ACT_AMT, ACT_AVA_AMT, 
+    ACT_CREATE_USER, ACT_CREATE_TIME, ACT_MODIFY_USER, ACT_MODIFY_TIME, ACT_STATE, ACT_EQUIPMENT_ID
+  </sql>
+  <select id="selectByExample" resultMap="BaseResultMap" parameterType="com.minpay.db.table.model.VmHlAccountExample" >
+    <!--
+      WARNING - @mbggenerated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    select
+    <if test="distinct" >
+      distinct
+    </if>
+    <include refid="Base_Column_List" />
+    from vm_hl_account
+    <if test="_parameter != null" >
+      <include refid="Example_Where_Clause" />
+    </if>
+    <if test="orderByClause != null" >
+      order by ${orderByClause}
+    </if>
+  </select>
+  <select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.String" >
+    <!--
+      WARNING - @mbggenerated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    select 
+    <include refid="Base_Column_List" />
+    from vm_hl_account
+    where ACT_ID = #{id,jdbcType=VARCHAR}
+  </select>
+  <delete id="deleteByPrimaryKey" parameterType="java.lang.String" >
+    <!--
+      WARNING - @mbggenerated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    delete from vm_hl_account
+    where ACT_ID = #{id,jdbcType=VARCHAR}
+  </delete>
+  <delete id="deleteByExample" parameterType="com.minpay.db.table.model.VmHlAccountExample" >
+    <!--
+      WARNING - @mbggenerated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    delete from vm_hl_account
+    <if test="_parameter != null" >
+      <include refid="Example_Where_Clause" />
+    </if>
+  </delete>
+  <insert id="insert" parameterType="com.minpay.db.table.model.VmHlAccount" >
+    <!--
+      WARNING - @mbggenerated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    insert into vm_hl_account (ACT_ID, ACT_CHANNEL, ACT_USRID, 
+      ACT_TYPE, ACT_NAME, ACT_NUMBER, 
+      ACT_AMT, ACT_AVA_AMT, ACT_CREATE_USER, 
+      ACT_CREATE_TIME, ACT_MODIFY_USER, ACT_MODIFY_TIME, 
+      ACT_STATE, ACT_EQUIPMENT_ID)
+    values (#{id,jdbcType=VARCHAR}, #{channel,jdbcType=VARCHAR}, #{usrid,jdbcType=VARCHAR}, 
+      #{type,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR}, #{number,jdbcType=VARCHAR}, 
+      #{amt,jdbcType=VARCHAR}, #{avaAmt,jdbcType=VARCHAR}, #{createUser,jdbcType=VARCHAR}, 
+      #{createTime,jdbcType=VARCHAR}, #{modifyUser,jdbcType=VARCHAR}, #{modifyTime,jdbcType=VARCHAR}, 
+      #{state,jdbcType=VARCHAR}, #{equipmentId,jdbcType=VARCHAR})
+  </insert>
+  <insert id="insertSelective" parameterType="com.minpay.db.table.model.VmHlAccount" >
+    <!--
+      WARNING - @mbggenerated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    insert into vm_hl_account
+    <trim prefix="(" suffix=")" suffixOverrides="," >
+      <if test="id != null" >
+        ACT_ID,
+      </if>
+      <if test="channel != null" >
+        ACT_CHANNEL,
+      </if>
+      <if test="usrid != null" >
+        ACT_USRID,
+      </if>
+      <if test="type != null" >
+        ACT_TYPE,
+      </if>
+      <if test="name != null" >
+        ACT_NAME,
+      </if>
+      <if test="number != null" >
+        ACT_NUMBER,
+      </if>
+      <if test="amt != null" >
+        ACT_AMT,
+      </if>
+      <if test="avaAmt != null" >
+        ACT_AVA_AMT,
+      </if>
+      <if test="createUser != null" >
+        ACT_CREATE_USER,
+      </if>
+      <if test="createTime != null" >
+        ACT_CREATE_TIME,
+      </if>
+      <if test="modifyUser != null" >
+        ACT_MODIFY_USER,
+      </if>
+      <if test="modifyTime != null" >
+        ACT_MODIFY_TIME,
+      </if>
+      <if test="state != null" >
+        ACT_STATE,
+      </if>
+      <if test="equipmentId != null" >
+        ACT_EQUIPMENT_ID,
+      </if>
+    </trim>
+    <trim prefix="values (" suffix=")" suffixOverrides="," >
+      <if test="id != null" >
+        #{id,jdbcType=VARCHAR},
+      </if>
+      <if test="channel != null" >
+        #{channel,jdbcType=VARCHAR},
+      </if>
+      <if test="usrid != null" >
+        #{usrid,jdbcType=VARCHAR},
+      </if>
+      <if test="type != null" >
+        #{type,jdbcType=VARCHAR},
+      </if>
+      <if test="name != null" >
+        #{name,jdbcType=VARCHAR},
+      </if>
+      <if test="number != null" >
+        #{number,jdbcType=VARCHAR},
+      </if>
+      <if test="amt != null" >
+        #{amt,jdbcType=VARCHAR},
+      </if>
+      <if test="avaAmt != null" >
+        #{avaAmt,jdbcType=VARCHAR},
+      </if>
+      <if test="createUser != null" >
+        #{createUser,jdbcType=VARCHAR},
+      </if>
+      <if test="createTime != null" >
+        #{createTime,jdbcType=VARCHAR},
+      </if>
+      <if test="modifyUser != null" >
+        #{modifyUser,jdbcType=VARCHAR},
+      </if>
+      <if test="modifyTime != null" >
+        #{modifyTime,jdbcType=VARCHAR},
+      </if>
+      <if test="state != null" >
+        #{state,jdbcType=VARCHAR},
+      </if>
+      <if test="equipmentId != null" >
+        #{equipmentId,jdbcType=VARCHAR},
+      </if>
+    </trim>
+  </insert>
+  <select id="countByExample" parameterType="com.minpay.db.table.model.VmHlAccountExample" resultType="java.lang.Integer" >
+    <!--
+      WARNING - @mbggenerated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    select count(*) from vm_hl_account
+    <if test="_parameter != null" >
+      <include refid="Example_Where_Clause" />
+    </if>
+  </select>
+  <update id="updateByExampleSelective" parameterType="map" >
+    <!--
+      WARNING - @mbggenerated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update vm_hl_account
+    <set >
+      <if test="record.id != null" >
+        ACT_ID = #{record.id,jdbcType=VARCHAR},
+      </if>
+      <if test="record.channel != null" >
+        ACT_CHANNEL = #{record.channel,jdbcType=VARCHAR},
+      </if>
+      <if test="record.usrid != null" >
+        ACT_USRID = #{record.usrid,jdbcType=VARCHAR},
+      </if>
+      <if test="record.type != null" >
+        ACT_TYPE = #{record.type,jdbcType=VARCHAR},
+      </if>
+      <if test="record.name != null" >
+        ACT_NAME = #{record.name,jdbcType=VARCHAR},
+      </if>
+      <if test="record.number != null" >
+        ACT_NUMBER = #{record.number,jdbcType=VARCHAR},
+      </if>
+      <if test="record.amt != null" >
+        ACT_AMT = #{record.amt,jdbcType=VARCHAR},
+      </if>
+      <if test="record.avaAmt != null" >
+        ACT_AVA_AMT = #{record.avaAmt,jdbcType=VARCHAR},
+      </if>
+      <if test="record.createUser != null" >
+        ACT_CREATE_USER = #{record.createUser,jdbcType=VARCHAR},
+      </if>
+      <if test="record.createTime != null" >
+        ACT_CREATE_TIME = #{record.createTime,jdbcType=VARCHAR},
+      </if>
+      <if test="record.modifyUser != null" >
+        ACT_MODIFY_USER = #{record.modifyUser,jdbcType=VARCHAR},
+      </if>
+      <if test="record.modifyTime != null" >
+        ACT_MODIFY_TIME = #{record.modifyTime,jdbcType=VARCHAR},
+      </if>
+      <if test="record.state != null" >
+        ACT_STATE = #{record.state,jdbcType=VARCHAR},
+      </if>
+      <if test="record.equipmentId != null" >
+        ACT_EQUIPMENT_ID = #{record.equipmentId,jdbcType=VARCHAR},
+      </if>
+    </set>
+    <if test="_parameter != null" >
+      <include refid="Update_By_Example_Where_Clause" />
+    </if>
+  </update>
+  <update id="updateByExample" parameterType="map" >
+    <!--
+      WARNING - @mbggenerated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update vm_hl_account
+    set ACT_ID = #{record.id,jdbcType=VARCHAR},
+      ACT_CHANNEL = #{record.channel,jdbcType=VARCHAR},
+      ACT_USRID = #{record.usrid,jdbcType=VARCHAR},
+      ACT_TYPE = #{record.type,jdbcType=VARCHAR},
+      ACT_NAME = #{record.name,jdbcType=VARCHAR},
+      ACT_NUMBER = #{record.number,jdbcType=VARCHAR},
+      ACT_AMT = #{record.amt,jdbcType=VARCHAR},
+      ACT_AVA_AMT = #{record.avaAmt,jdbcType=VARCHAR},
+      ACT_CREATE_USER = #{record.createUser,jdbcType=VARCHAR},
+      ACT_CREATE_TIME = #{record.createTime,jdbcType=VARCHAR},
+      ACT_MODIFY_USER = #{record.modifyUser,jdbcType=VARCHAR},
+      ACT_MODIFY_TIME = #{record.modifyTime,jdbcType=VARCHAR},
+      ACT_STATE = #{record.state,jdbcType=VARCHAR},
+      ACT_EQUIPMENT_ID = #{record.equipmentId,jdbcType=VARCHAR}
+    <if test="_parameter != null" >
+      <include refid="Update_By_Example_Where_Clause" />
+    </if>
+  </update>
+  <update id="updateByPrimaryKeySelective" parameterType="com.minpay.db.table.model.VmHlAccount" >
+    <!--
+      WARNING - @mbggenerated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update vm_hl_account
+    <set >
+      <if test="channel != null" >
+        ACT_CHANNEL = #{channel,jdbcType=VARCHAR},
+      </if>
+      <if test="usrid != null" >
+        ACT_USRID = #{usrid,jdbcType=VARCHAR},
+      </if>
+      <if test="type != null" >
+        ACT_TYPE = #{type,jdbcType=VARCHAR},
+      </if>
+      <if test="name != null" >
+        ACT_NAME = #{name,jdbcType=VARCHAR},
+      </if>
+      <if test="number != null" >
+        ACT_NUMBER = #{number,jdbcType=VARCHAR},
+      </if>
+      <if test="amt != null" >
+        ACT_AMT = #{amt,jdbcType=VARCHAR},
+      </if>
+      <if test="avaAmt != null" >
+        ACT_AVA_AMT = #{avaAmt,jdbcType=VARCHAR},
+      </if>
+      <if test="createUser != null" >
+        ACT_CREATE_USER = #{createUser,jdbcType=VARCHAR},
+      </if>
+      <if test="createTime != null" >
+        ACT_CREATE_TIME = #{createTime,jdbcType=VARCHAR},
+      </if>
+      <if test="modifyUser != null" >
+        ACT_MODIFY_USER = #{modifyUser,jdbcType=VARCHAR},
+      </if>
+      <if test="modifyTime != null" >
+        ACT_MODIFY_TIME = #{modifyTime,jdbcType=VARCHAR},
+      </if>
+      <if test="state != null" >
+        ACT_STATE = #{state,jdbcType=VARCHAR},
+      </if>
+      <if test="equipmentId != null" >
+        ACT_EQUIPMENT_ID = #{equipmentId,jdbcType=VARCHAR},
+      </if>
+    </set>
+    where ACT_ID = #{id,jdbcType=VARCHAR}
+  </update>
+  <update id="updateByPrimaryKey" parameterType="com.minpay.db.table.model.VmHlAccount" >
+    <!--
+      WARNING - @mbggenerated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update vm_hl_account
+    set ACT_CHANNEL = #{channel,jdbcType=VARCHAR},
+      ACT_USRID = #{usrid,jdbcType=VARCHAR},
+      ACT_TYPE = #{type,jdbcType=VARCHAR},
+      ACT_NAME = #{name,jdbcType=VARCHAR},
+      ACT_NUMBER = #{number,jdbcType=VARCHAR},
+      ACT_AMT = #{amt,jdbcType=VARCHAR},
+      ACT_AVA_AMT = #{avaAmt,jdbcType=VARCHAR},
+      ACT_CREATE_USER = #{createUser,jdbcType=VARCHAR},
+      ACT_CREATE_TIME = #{createTime,jdbcType=VARCHAR},
+      ACT_MODIFY_USER = #{modifyUser,jdbcType=VARCHAR},
+      ACT_MODIFY_TIME = #{modifyTime,jdbcType=VARCHAR},
+      ACT_STATE = #{state,jdbcType=VARCHAR},
+      ACT_EQUIPMENT_ID = #{equipmentId,jdbcType=VARCHAR}
+    where ACT_ID = #{id,jdbcType=VARCHAR}
+  </update>
+</mapper>