wanglm vor 4 Jahren
Ursprung
Commit
7bf7fa22b3

+ 773 - 0
src/main/java/com/minpay/db/table/model/VmProEquRel.java

@@ -0,0 +1,773 @@
+package com.minpay.db.table.model;
+
+import com.startup.minpay.frame.data.AbstractMINBean;
+
+public class VmProEquRel extends AbstractMINBean {
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_pro_equ_rel.VCI_ID
+     *
+     * @mbggenerated
+     */
+    private String id;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_pro_equ_rel.VCI_CHANNEL
+     *
+     * @mbggenerated
+     */
+    private String channel;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_pro_equ_rel.VCI_PRODUCT_ID
+     *
+     * @mbggenerated
+     */
+    private String productId;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_pro_equ_rel.VCI_EQUIPMENT_ID
+     *
+     * @mbggenerated
+     */
+    private String equipmentId;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_pro_equ_rel.VCI_AISLE
+     *
+     * @mbggenerated
+     */
+    private String aisle;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_pro_equ_rel.VCI_CARGO_WAY_ROW
+     *
+     * @mbggenerated
+     */
+    private String cargoWayRow;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_pro_equ_rel.VCI_CARGO_WAY_LINE
+     *
+     * @mbggenerated
+     */
+    private String cargoWayLine;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_pro_equ_rel.VCI_CARGO_WAY_NUMS
+     *
+     * @mbggenerated
+     */
+    private String cargoWayNums;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_pro_equ_rel.VCI_PRODUCT_NUMS
+     *
+     * @mbggenerated
+     */
+    private String productNums;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_pro_equ_rel.VCI_USER_Id
+     *
+     * @mbggenerated
+     */
+    private String userId;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_pro_equ_rel.VCI_SALL_PRICE
+     *
+     * @mbggenerated
+     */
+    private String sallPrice;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_pro_equ_rel.VCI_GAME_PRICE
+     *
+     * @mbggenerated
+     */
+    private String gamePrice;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_pro_equ_rel.VCI_COST_PRICE
+     *
+     * @mbggenerated
+     */
+    private String costPrice;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_pro_equ_rel.VCI_IS_PROMOTION
+     *
+     * @mbggenerated
+     */
+    private String isPromotion;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_pro_equ_rel.VCI_PROMOTION_PRICE
+     *
+     * @mbggenerated
+     */
+    private String promotionPrice;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_pro_equ_rel.VCI_GAME_TYPE
+     *
+     * @mbggenerated
+     */
+    private String gameType;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_pro_equ_rel.VCI_IS_FRAGILE
+     *
+     * @mbggenerated
+     */
+    private String isFragile;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_pro_equ_rel.VCI_REMARKS
+     *
+     * @mbggenerated
+     */
+    private String remarks;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_pro_equ_rel.VCI_CREATE_USER
+     *
+     * @mbggenerated
+     */
+    private String createUser;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_pro_equ_rel.VCI_CREATE_TIME
+     *
+     * @mbggenerated
+     */
+    private String createTime;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_pro_equ_rel.VCI_MODIFY_USER
+     *
+     * @mbggenerated
+     */
+    private String modifyUser;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_pro_equ_rel.VCI_MODIFY_TIME
+     *
+     * @mbggenerated
+     */
+    private String modifyTime;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_pro_equ_rel.VCI_EXEIT_STATE
+     *
+     * @mbggenerated
+     */
+    private String exeitState;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column vm_pro_equ_rel.VCI_LUCK
+     *
+     * @mbggenerated
+     */
+    private String luck;
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column vm_pro_equ_rel.VCI_ID
+     *
+     * @return the value of vm_pro_equ_rel.VCI_ID
+     *
+     * @mbggenerated
+     */
+    public String getId() {
+        return id;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column vm_pro_equ_rel.VCI_ID
+     *
+     * @param id the value for vm_pro_equ_rel.VCI_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_pro_equ_rel.VCI_CHANNEL
+     *
+     * @return the value of vm_pro_equ_rel.VCI_CHANNEL
+     *
+     * @mbggenerated
+     */
+    public String getChannel() {
+        return channel;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column vm_pro_equ_rel.VCI_CHANNEL
+     *
+     * @param channel the value for vm_pro_equ_rel.VCI_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_pro_equ_rel.VCI_PRODUCT_ID
+     *
+     * @return the value of vm_pro_equ_rel.VCI_PRODUCT_ID
+     *
+     * @mbggenerated
+     */
+    public String getProductId() {
+        return productId;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column vm_pro_equ_rel.VCI_PRODUCT_ID
+     *
+     * @param productId the value for vm_pro_equ_rel.VCI_PRODUCT_ID
+     *
+     * @mbggenerated
+     */
+    public void setProductId(String productId) {
+        this.productId = productId == null ? null : productId.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column vm_pro_equ_rel.VCI_EQUIPMENT_ID
+     *
+     * @return the value of vm_pro_equ_rel.VCI_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_pro_equ_rel.VCI_EQUIPMENT_ID
+     *
+     * @param equipmentId the value for vm_pro_equ_rel.VCI_EQUIPMENT_ID
+     *
+     * @mbggenerated
+     */
+    public void setEquipmentId(String equipmentId) {
+        this.equipmentId = equipmentId == null ? null : equipmentId.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column vm_pro_equ_rel.VCI_AISLE
+     *
+     * @return the value of vm_pro_equ_rel.VCI_AISLE
+     *
+     * @mbggenerated
+     */
+    public String getAisle() {
+        return aisle;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column vm_pro_equ_rel.VCI_AISLE
+     *
+     * @param aisle the value for vm_pro_equ_rel.VCI_AISLE
+     *
+     * @mbggenerated
+     */
+    public void setAisle(String aisle) {
+        this.aisle = aisle == null ? null : aisle.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column vm_pro_equ_rel.VCI_CARGO_WAY_ROW
+     *
+     * @return the value of vm_pro_equ_rel.VCI_CARGO_WAY_ROW
+     *
+     * @mbggenerated
+     */
+    public String getCargoWayRow() {
+        return cargoWayRow;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column vm_pro_equ_rel.VCI_CARGO_WAY_ROW
+     *
+     * @param cargoWayRow the value for vm_pro_equ_rel.VCI_CARGO_WAY_ROW
+     *
+     * @mbggenerated
+     */
+    public void setCargoWayRow(String cargoWayRow) {
+        this.cargoWayRow = cargoWayRow == null ? null : cargoWayRow.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column vm_pro_equ_rel.VCI_CARGO_WAY_LINE
+     *
+     * @return the value of vm_pro_equ_rel.VCI_CARGO_WAY_LINE
+     *
+     * @mbggenerated
+     */
+    public String getCargoWayLine() {
+        return cargoWayLine;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column vm_pro_equ_rel.VCI_CARGO_WAY_LINE
+     *
+     * @param cargoWayLine the value for vm_pro_equ_rel.VCI_CARGO_WAY_LINE
+     *
+     * @mbggenerated
+     */
+    public void setCargoWayLine(String cargoWayLine) {
+        this.cargoWayLine = cargoWayLine == null ? null : cargoWayLine.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column vm_pro_equ_rel.VCI_CARGO_WAY_NUMS
+     *
+     * @return the value of vm_pro_equ_rel.VCI_CARGO_WAY_NUMS
+     *
+     * @mbggenerated
+     */
+    public String getCargoWayNums() {
+        return cargoWayNums;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column vm_pro_equ_rel.VCI_CARGO_WAY_NUMS
+     *
+     * @param cargoWayNums the value for vm_pro_equ_rel.VCI_CARGO_WAY_NUMS
+     *
+     * @mbggenerated
+     */
+    public void setCargoWayNums(String cargoWayNums) {
+        this.cargoWayNums = cargoWayNums == null ? null : cargoWayNums.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column vm_pro_equ_rel.VCI_PRODUCT_NUMS
+     *
+     * @return the value of vm_pro_equ_rel.VCI_PRODUCT_NUMS
+     *
+     * @mbggenerated
+     */
+    public String getProductNums() {
+        return productNums;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column vm_pro_equ_rel.VCI_PRODUCT_NUMS
+     *
+     * @param productNums the value for vm_pro_equ_rel.VCI_PRODUCT_NUMS
+     *
+     * @mbggenerated
+     */
+    public void setProductNums(String productNums) {
+        this.productNums = productNums == null ? null : productNums.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column vm_pro_equ_rel.VCI_USER_Id
+     *
+     * @return the value of vm_pro_equ_rel.VCI_USER_Id
+     *
+     * @mbggenerated
+     */
+    public String getUserId() {
+        return userId;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column vm_pro_equ_rel.VCI_USER_Id
+     *
+     * @param userId the value for vm_pro_equ_rel.VCI_USER_Id
+     *
+     * @mbggenerated
+     */
+    public void setUserId(String userId) {
+        this.userId = userId == null ? null : userId.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column vm_pro_equ_rel.VCI_SALL_PRICE
+     *
+     * @return the value of vm_pro_equ_rel.VCI_SALL_PRICE
+     *
+     * @mbggenerated
+     */
+    public String getSallPrice() {
+        return sallPrice;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column vm_pro_equ_rel.VCI_SALL_PRICE
+     *
+     * @param sallPrice the value for vm_pro_equ_rel.VCI_SALL_PRICE
+     *
+     * @mbggenerated
+     */
+    public void setSallPrice(String sallPrice) {
+        this.sallPrice = sallPrice == null ? null : sallPrice.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column vm_pro_equ_rel.VCI_GAME_PRICE
+     *
+     * @return the value of vm_pro_equ_rel.VCI_GAME_PRICE
+     *
+     * @mbggenerated
+     */
+    public String getGamePrice() {
+        return gamePrice;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column vm_pro_equ_rel.VCI_GAME_PRICE
+     *
+     * @param gamePrice the value for vm_pro_equ_rel.VCI_GAME_PRICE
+     *
+     * @mbggenerated
+     */
+    public void setGamePrice(String gamePrice) {
+        this.gamePrice = gamePrice == null ? null : gamePrice.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column vm_pro_equ_rel.VCI_COST_PRICE
+     *
+     * @return the value of vm_pro_equ_rel.VCI_COST_PRICE
+     *
+     * @mbggenerated
+     */
+    public String getCostPrice() {
+        return costPrice;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column vm_pro_equ_rel.VCI_COST_PRICE
+     *
+     * @param costPrice the value for vm_pro_equ_rel.VCI_COST_PRICE
+     *
+     * @mbggenerated
+     */
+    public void setCostPrice(String costPrice) {
+        this.costPrice = costPrice == null ? null : costPrice.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column vm_pro_equ_rel.VCI_IS_PROMOTION
+     *
+     * @return the value of vm_pro_equ_rel.VCI_IS_PROMOTION
+     *
+     * @mbggenerated
+     */
+    public String getIsPromotion() {
+        return isPromotion;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column vm_pro_equ_rel.VCI_IS_PROMOTION
+     *
+     * @param isPromotion the value for vm_pro_equ_rel.VCI_IS_PROMOTION
+     *
+     * @mbggenerated
+     */
+    public void setIsPromotion(String isPromotion) {
+        this.isPromotion = isPromotion == null ? null : isPromotion.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column vm_pro_equ_rel.VCI_PROMOTION_PRICE
+     *
+     * @return the value of vm_pro_equ_rel.VCI_PROMOTION_PRICE
+     *
+     * @mbggenerated
+     */
+    public String getPromotionPrice() {
+        return promotionPrice;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column vm_pro_equ_rel.VCI_PROMOTION_PRICE
+     *
+     * @param promotionPrice the value for vm_pro_equ_rel.VCI_PROMOTION_PRICE
+     *
+     * @mbggenerated
+     */
+    public void setPromotionPrice(String promotionPrice) {
+        this.promotionPrice = promotionPrice == null ? null : promotionPrice.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column vm_pro_equ_rel.VCI_GAME_TYPE
+     *
+     * @return the value of vm_pro_equ_rel.VCI_GAME_TYPE
+     *
+     * @mbggenerated
+     */
+    public String getGameType() {
+        return gameType;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column vm_pro_equ_rel.VCI_GAME_TYPE
+     *
+     * @param gameType the value for vm_pro_equ_rel.VCI_GAME_TYPE
+     *
+     * @mbggenerated
+     */
+    public void setGameType(String gameType) {
+        this.gameType = gameType == null ? null : gameType.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column vm_pro_equ_rel.VCI_IS_FRAGILE
+     *
+     * @return the value of vm_pro_equ_rel.VCI_IS_FRAGILE
+     *
+     * @mbggenerated
+     */
+    public String getIsFragile() {
+        return isFragile;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column vm_pro_equ_rel.VCI_IS_FRAGILE
+     *
+     * @param isFragile the value for vm_pro_equ_rel.VCI_IS_FRAGILE
+     *
+     * @mbggenerated
+     */
+    public void setIsFragile(String isFragile) {
+        this.isFragile = isFragile == null ? null : isFragile.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column vm_pro_equ_rel.VCI_REMARKS
+     *
+     * @return the value of vm_pro_equ_rel.VCI_REMARKS
+     *
+     * @mbggenerated
+     */
+    public String getRemarks() {
+        return remarks;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column vm_pro_equ_rel.VCI_REMARKS
+     *
+     * @param remarks the value for vm_pro_equ_rel.VCI_REMARKS
+     *
+     * @mbggenerated
+     */
+    public void setRemarks(String remarks) {
+        this.remarks = remarks == null ? null : remarks.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column vm_pro_equ_rel.VCI_CREATE_USER
+     *
+     * @return the value of vm_pro_equ_rel.VCI_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_pro_equ_rel.VCI_CREATE_USER
+     *
+     * @param createUser the value for vm_pro_equ_rel.VCI_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_pro_equ_rel.VCI_CREATE_TIME
+     *
+     * @return the value of vm_pro_equ_rel.VCI_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_pro_equ_rel.VCI_CREATE_TIME
+     *
+     * @param createTime the value for vm_pro_equ_rel.VCI_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_pro_equ_rel.VCI_MODIFY_USER
+     *
+     * @return the value of vm_pro_equ_rel.VCI_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_pro_equ_rel.VCI_MODIFY_USER
+     *
+     * @param modifyUser the value for vm_pro_equ_rel.VCI_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_pro_equ_rel.VCI_MODIFY_TIME
+     *
+     * @return the value of vm_pro_equ_rel.VCI_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_pro_equ_rel.VCI_MODIFY_TIME
+     *
+     * @param modifyTime the value for vm_pro_equ_rel.VCI_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_pro_equ_rel.VCI_EXEIT_STATE
+     *
+     * @return the value of vm_pro_equ_rel.VCI_EXEIT_STATE
+     *
+     * @mbggenerated
+     */
+    public String getExeitState() {
+        return exeitState;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column vm_pro_equ_rel.VCI_EXEIT_STATE
+     *
+     * @param exeitState the value for vm_pro_equ_rel.VCI_EXEIT_STATE
+     *
+     * @mbggenerated
+     */
+    public void setExeitState(String exeitState) {
+        this.exeitState = exeitState == null ? null : exeitState.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column vm_pro_equ_rel.VCI_LUCK
+     *
+     * @return the value of vm_pro_equ_rel.VCI_LUCK
+     *
+     * @mbggenerated
+     */
+    public String getLuck() {
+        return luck;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column vm_pro_equ_rel.VCI_LUCK
+     *
+     * @param luck the value for vm_pro_equ_rel.VCI_LUCK
+     *
+     * @mbggenerated
+     */
+    public void setLuck(String luck) {
+        this.luck = luck == null ? null : luck.trim();
+    }
+}

Datei-Diff unterdrückt, da er zu groß ist
+ 2153 - 0
src/main/java/com/minpay/db/table/model/VmProEquRelExample.java


+ 574 - 0
src/main/resources/com/minpay/db/table/mapper/VmProEquRelMapper.xml

@@ -0,0 +1,574 @@
+<?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.VmProEquRelMapper" >
+  <resultMap id="BaseResultMap" type="com.minpay.db.table.model.VmProEquRel" >
+    <!--
+      WARNING - @mbggenerated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    <id column="VCI_ID" property="id" jdbcType="VARCHAR" />
+    <result column="VCI_CHANNEL" property="channel" jdbcType="VARCHAR" />
+    <result column="VCI_PRODUCT_ID" property="productId" jdbcType="VARCHAR" />
+    <result column="VCI_EQUIPMENT_ID" property="equipmentId" jdbcType="VARCHAR" />
+    <result column="VCI_AISLE" property="aisle" jdbcType="VARCHAR" />
+    <result column="VCI_CARGO_WAY_ROW" property="cargoWayRow" jdbcType="VARCHAR" />
+    <result column="VCI_CARGO_WAY_LINE" property="cargoWayLine" jdbcType="VARCHAR" />
+    <result column="VCI_CARGO_WAY_NUMS" property="cargoWayNums" jdbcType="VARCHAR" />
+    <result column="VCI_PRODUCT_NUMS" property="productNums" jdbcType="VARCHAR" />
+    <result column="VCI_USER_Id" property="userId" jdbcType="VARCHAR" />
+    <result column="VCI_SALL_PRICE" property="sallPrice" jdbcType="VARCHAR" />
+    <result column="VCI_GAME_PRICE" property="gamePrice" jdbcType="VARCHAR" />
+    <result column="VCI_COST_PRICE" property="costPrice" jdbcType="VARCHAR" />
+    <result column="VCI_IS_PROMOTION" property="isPromotion" jdbcType="CHAR" />
+    <result column="VCI_PROMOTION_PRICE" property="promotionPrice" jdbcType="VARCHAR" />
+    <result column="VCI_GAME_TYPE" property="gameType" jdbcType="VARCHAR" />
+    <result column="VCI_IS_FRAGILE" property="isFragile" jdbcType="CHAR" />
+    <result column="VCI_REMARKS" property="remarks" jdbcType="VARCHAR" />
+    <result column="VCI_CREATE_USER" property="createUser" jdbcType="VARCHAR" />
+    <result column="VCI_CREATE_TIME" property="createTime" jdbcType="VARCHAR" />
+    <result column="VCI_MODIFY_USER" property="modifyUser" jdbcType="VARCHAR" />
+    <result column="VCI_MODIFY_TIME" property="modifyTime" jdbcType="VARCHAR" />
+    <result column="VCI_EXEIT_STATE" property="exeitState" jdbcType="CHAR" />
+    <result column="VCI_LUCK" property="luck" 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.
+    -->
+    VCI_ID, VCI_CHANNEL, VCI_PRODUCT_ID, VCI_EQUIPMENT_ID, VCI_AISLE, VCI_CARGO_WAY_ROW, 
+    VCI_CARGO_WAY_LINE, VCI_CARGO_WAY_NUMS, VCI_PRODUCT_NUMS, VCI_USER_Id, VCI_SALL_PRICE, 
+    VCI_GAME_PRICE, VCI_COST_PRICE, VCI_IS_PROMOTION, VCI_PROMOTION_PRICE, VCI_GAME_TYPE, 
+    VCI_IS_FRAGILE, VCI_REMARKS, VCI_CREATE_USER, VCI_CREATE_TIME, VCI_MODIFY_USER, VCI_MODIFY_TIME, 
+    VCI_EXEIT_STATE, VCI_LUCK
+  </sql>
+  <select id="selectByExample" resultMap="BaseResultMap" parameterType="com.minpay.db.table.model.VmProEquRelExample" >
+    <!--
+      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_pro_equ_rel
+    <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_pro_equ_rel
+    where VCI_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_pro_equ_rel
+    where VCI_ID = #{id,jdbcType=VARCHAR}
+  </delete>
+  <delete id="deleteByExample" parameterType="com.minpay.db.table.model.VmProEquRelExample" >
+    <!--
+      WARNING - @mbggenerated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    delete from vm_pro_equ_rel
+    <if test="_parameter != null" >
+      <include refid="Example_Where_Clause" />
+    </if>
+  </delete>
+  <insert id="insert" parameterType="com.minpay.db.table.model.VmProEquRel" >
+    <!--
+      WARNING - @mbggenerated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    insert into vm_pro_equ_rel (VCI_ID, VCI_CHANNEL, VCI_PRODUCT_ID, 
+      VCI_EQUIPMENT_ID, VCI_AISLE, VCI_CARGO_WAY_ROW, 
+      VCI_CARGO_WAY_LINE, VCI_CARGO_WAY_NUMS, VCI_PRODUCT_NUMS, 
+      VCI_USER_Id, VCI_SALL_PRICE, VCI_GAME_PRICE, 
+      VCI_COST_PRICE, VCI_IS_PROMOTION, VCI_PROMOTION_PRICE, 
+      VCI_GAME_TYPE, VCI_IS_FRAGILE, VCI_REMARKS, 
+      VCI_CREATE_USER, VCI_CREATE_TIME, VCI_MODIFY_USER, 
+      VCI_MODIFY_TIME, VCI_EXEIT_STATE, VCI_LUCK
+      )
+    values (#{id,jdbcType=VARCHAR}, #{channel,jdbcType=VARCHAR}, #{productId,jdbcType=VARCHAR}, 
+      #{equipmentId,jdbcType=VARCHAR}, #{aisle,jdbcType=VARCHAR}, #{cargoWayRow,jdbcType=VARCHAR}, 
+      #{cargoWayLine,jdbcType=VARCHAR}, #{cargoWayNums,jdbcType=VARCHAR}, #{productNums,jdbcType=VARCHAR}, 
+      #{userId,jdbcType=VARCHAR}, #{sallPrice,jdbcType=VARCHAR}, #{gamePrice,jdbcType=VARCHAR}, 
+      #{costPrice,jdbcType=VARCHAR}, #{isPromotion,jdbcType=CHAR}, #{promotionPrice,jdbcType=VARCHAR}, 
+      #{gameType,jdbcType=VARCHAR}, #{isFragile,jdbcType=CHAR}, #{remarks,jdbcType=VARCHAR}, 
+      #{createUser,jdbcType=VARCHAR}, #{createTime,jdbcType=VARCHAR}, #{modifyUser,jdbcType=VARCHAR}, 
+      #{modifyTime,jdbcType=VARCHAR}, #{exeitState,jdbcType=CHAR}, #{luck,jdbcType=VARCHAR}
+      )
+  </insert>
+  <insert id="insertSelective" parameterType="com.minpay.db.table.model.VmProEquRel" >
+    <!--
+      WARNING - @mbggenerated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    insert into vm_pro_equ_rel
+    <trim prefix="(" suffix=")" suffixOverrides="," >
+      <if test="id != null" >
+        VCI_ID,
+      </if>
+      <if test="channel != null" >
+        VCI_CHANNEL,
+      </if>
+      <if test="productId != null" >
+        VCI_PRODUCT_ID,
+      </if>
+      <if test="equipmentId != null" >
+        VCI_EQUIPMENT_ID,
+      </if>
+      <if test="aisle != null" >
+        VCI_AISLE,
+      </if>
+      <if test="cargoWayRow != null" >
+        VCI_CARGO_WAY_ROW,
+      </if>
+      <if test="cargoWayLine != null" >
+        VCI_CARGO_WAY_LINE,
+      </if>
+      <if test="cargoWayNums != null" >
+        VCI_CARGO_WAY_NUMS,
+      </if>
+      <if test="productNums != null" >
+        VCI_PRODUCT_NUMS,
+      </if>
+      <if test="userId != null" >
+        VCI_USER_Id,
+      </if>
+      <if test="sallPrice != null" >
+        VCI_SALL_PRICE,
+      </if>
+      <if test="gamePrice != null" >
+        VCI_GAME_PRICE,
+      </if>
+      <if test="costPrice != null" >
+        VCI_COST_PRICE,
+      </if>
+      <if test="isPromotion != null" >
+        VCI_IS_PROMOTION,
+      </if>
+      <if test="promotionPrice != null" >
+        VCI_PROMOTION_PRICE,
+      </if>
+      <if test="gameType != null" >
+        VCI_GAME_TYPE,
+      </if>
+      <if test="isFragile != null" >
+        VCI_IS_FRAGILE,
+      </if>
+      <if test="remarks != null" >
+        VCI_REMARKS,
+      </if>
+      <if test="createUser != null" >
+        VCI_CREATE_USER,
+      </if>
+      <if test="createTime != null" >
+        VCI_CREATE_TIME,
+      </if>
+      <if test="modifyUser != null" >
+        VCI_MODIFY_USER,
+      </if>
+      <if test="modifyTime != null" >
+        VCI_MODIFY_TIME,
+      </if>
+      <if test="exeitState != null" >
+        VCI_EXEIT_STATE,
+      </if>
+      <if test="luck != null" >
+        VCI_LUCK,
+      </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="productId != null" >
+        #{productId,jdbcType=VARCHAR},
+      </if>
+      <if test="equipmentId != null" >
+        #{equipmentId,jdbcType=VARCHAR},
+      </if>
+      <if test="aisle != null" >
+        #{aisle,jdbcType=VARCHAR},
+      </if>
+      <if test="cargoWayRow != null" >
+        #{cargoWayRow,jdbcType=VARCHAR},
+      </if>
+      <if test="cargoWayLine != null" >
+        #{cargoWayLine,jdbcType=VARCHAR},
+      </if>
+      <if test="cargoWayNums != null" >
+        #{cargoWayNums,jdbcType=VARCHAR},
+      </if>
+      <if test="productNums != null" >
+        #{productNums,jdbcType=VARCHAR},
+      </if>
+      <if test="userId != null" >
+        #{userId,jdbcType=VARCHAR},
+      </if>
+      <if test="sallPrice != null" >
+        #{sallPrice,jdbcType=VARCHAR},
+      </if>
+      <if test="gamePrice != null" >
+        #{gamePrice,jdbcType=VARCHAR},
+      </if>
+      <if test="costPrice != null" >
+        #{costPrice,jdbcType=VARCHAR},
+      </if>
+      <if test="isPromotion != null" >
+        #{isPromotion,jdbcType=CHAR},
+      </if>
+      <if test="promotionPrice != null" >
+        #{promotionPrice,jdbcType=VARCHAR},
+      </if>
+      <if test="gameType != null" >
+        #{gameType,jdbcType=VARCHAR},
+      </if>
+      <if test="isFragile != null" >
+        #{isFragile,jdbcType=CHAR},
+      </if>
+      <if test="remarks != null" >
+        #{remarks,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="exeitState != null" >
+        #{exeitState,jdbcType=CHAR},
+      </if>
+      <if test="luck != null" >
+        #{luck,jdbcType=VARCHAR},
+      </if>
+    </trim>
+  </insert>
+  <select id="countByExample" parameterType="com.minpay.db.table.model.VmProEquRelExample" resultType="java.lang.Integer" >
+    <!--
+      WARNING - @mbggenerated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    select count(*) from vm_pro_equ_rel
+    <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_pro_equ_rel
+    <set >
+      <if test="record.id != null" >
+        VCI_ID = #{record.id,jdbcType=VARCHAR},
+      </if>
+      <if test="record.channel != null" >
+        VCI_CHANNEL = #{record.channel,jdbcType=VARCHAR},
+      </if>
+      <if test="record.productId != null" >
+        VCI_PRODUCT_ID = #{record.productId,jdbcType=VARCHAR},
+      </if>
+      <if test="record.equipmentId != null" >
+        VCI_EQUIPMENT_ID = #{record.equipmentId,jdbcType=VARCHAR},
+      </if>
+      <if test="record.aisle != null" >
+        VCI_AISLE = #{record.aisle,jdbcType=VARCHAR},
+      </if>
+      <if test="record.cargoWayRow != null" >
+        VCI_CARGO_WAY_ROW = #{record.cargoWayRow,jdbcType=VARCHAR},
+      </if>
+      <if test="record.cargoWayLine != null" >
+        VCI_CARGO_WAY_LINE = #{record.cargoWayLine,jdbcType=VARCHAR},
+      </if>
+      <if test="record.cargoWayNums != null" >
+        VCI_CARGO_WAY_NUMS = #{record.cargoWayNums,jdbcType=VARCHAR},
+      </if>
+      <if test="record.productNums != null" >
+        VCI_PRODUCT_NUMS = #{record.productNums,jdbcType=VARCHAR},
+      </if>
+      <if test="record.userId != null" >
+        VCI_USER_Id = #{record.userId,jdbcType=VARCHAR},
+      </if>
+      <if test="record.sallPrice != null" >
+        VCI_SALL_PRICE = #{record.sallPrice,jdbcType=VARCHAR},
+      </if>
+      <if test="record.gamePrice != null" >
+        VCI_GAME_PRICE = #{record.gamePrice,jdbcType=VARCHAR},
+      </if>
+      <if test="record.costPrice != null" >
+        VCI_COST_PRICE = #{record.costPrice,jdbcType=VARCHAR},
+      </if>
+      <if test="record.isPromotion != null" >
+        VCI_IS_PROMOTION = #{record.isPromotion,jdbcType=CHAR},
+      </if>
+      <if test="record.promotionPrice != null" >
+        VCI_PROMOTION_PRICE = #{record.promotionPrice,jdbcType=VARCHAR},
+      </if>
+      <if test="record.gameType != null" >
+        VCI_GAME_TYPE = #{record.gameType,jdbcType=VARCHAR},
+      </if>
+      <if test="record.isFragile != null" >
+        VCI_IS_FRAGILE = #{record.isFragile,jdbcType=CHAR},
+      </if>
+      <if test="record.remarks != null" >
+        VCI_REMARKS = #{record.remarks,jdbcType=VARCHAR},
+      </if>
+      <if test="record.createUser != null" >
+        VCI_CREATE_USER = #{record.createUser,jdbcType=VARCHAR},
+      </if>
+      <if test="record.createTime != null" >
+        VCI_CREATE_TIME = #{record.createTime,jdbcType=VARCHAR},
+      </if>
+      <if test="record.modifyUser != null" >
+        VCI_MODIFY_USER = #{record.modifyUser,jdbcType=VARCHAR},
+      </if>
+      <if test="record.modifyTime != null" >
+        VCI_MODIFY_TIME = #{record.modifyTime,jdbcType=VARCHAR},
+      </if>
+      <if test="record.exeitState != null" >
+        VCI_EXEIT_STATE = #{record.exeitState,jdbcType=CHAR},
+      </if>
+      <if test="record.luck != null" >
+        VCI_LUCK = #{record.luck,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_pro_equ_rel
+    set VCI_ID = #{record.id,jdbcType=VARCHAR},
+      VCI_CHANNEL = #{record.channel,jdbcType=VARCHAR},
+      VCI_PRODUCT_ID = #{record.productId,jdbcType=VARCHAR},
+      VCI_EQUIPMENT_ID = #{record.equipmentId,jdbcType=VARCHAR},
+      VCI_AISLE = #{record.aisle,jdbcType=VARCHAR},
+      VCI_CARGO_WAY_ROW = #{record.cargoWayRow,jdbcType=VARCHAR},
+      VCI_CARGO_WAY_LINE = #{record.cargoWayLine,jdbcType=VARCHAR},
+      VCI_CARGO_WAY_NUMS = #{record.cargoWayNums,jdbcType=VARCHAR},
+      VCI_PRODUCT_NUMS = #{record.productNums,jdbcType=VARCHAR},
+      VCI_USER_Id = #{record.userId,jdbcType=VARCHAR},
+      VCI_SALL_PRICE = #{record.sallPrice,jdbcType=VARCHAR},
+      VCI_GAME_PRICE = #{record.gamePrice,jdbcType=VARCHAR},
+      VCI_COST_PRICE = #{record.costPrice,jdbcType=VARCHAR},
+      VCI_IS_PROMOTION = #{record.isPromotion,jdbcType=CHAR},
+      VCI_PROMOTION_PRICE = #{record.promotionPrice,jdbcType=VARCHAR},
+      VCI_GAME_TYPE = #{record.gameType,jdbcType=VARCHAR},
+      VCI_IS_FRAGILE = #{record.isFragile,jdbcType=CHAR},
+      VCI_REMARKS = #{record.remarks,jdbcType=VARCHAR},
+      VCI_CREATE_USER = #{record.createUser,jdbcType=VARCHAR},
+      VCI_CREATE_TIME = #{record.createTime,jdbcType=VARCHAR},
+      VCI_MODIFY_USER = #{record.modifyUser,jdbcType=VARCHAR},
+      VCI_MODIFY_TIME = #{record.modifyTime,jdbcType=VARCHAR},
+      VCI_EXEIT_STATE = #{record.exeitState,jdbcType=CHAR},
+      VCI_LUCK = #{record.luck,jdbcType=VARCHAR}
+    <if test="_parameter != null" >
+      <include refid="Update_By_Example_Where_Clause" />
+    </if>
+  </update>
+  <update id="updateByPrimaryKeySelective" parameterType="com.minpay.db.table.model.VmProEquRel" >
+    <!--
+      WARNING - @mbggenerated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update vm_pro_equ_rel
+    <set >
+      <if test="channel != null" >
+        VCI_CHANNEL = #{channel,jdbcType=VARCHAR},
+      </if>
+      <if test="productId != null" >
+        VCI_PRODUCT_ID = #{productId,jdbcType=VARCHAR},
+      </if>
+      <if test="equipmentId != null" >
+        VCI_EQUIPMENT_ID = #{equipmentId,jdbcType=VARCHAR},
+      </if>
+      <if test="aisle != null" >
+        VCI_AISLE = #{aisle,jdbcType=VARCHAR},
+      </if>
+      <if test="cargoWayRow != null" >
+        VCI_CARGO_WAY_ROW = #{cargoWayRow,jdbcType=VARCHAR},
+      </if>
+      <if test="cargoWayLine != null" >
+        VCI_CARGO_WAY_LINE = #{cargoWayLine,jdbcType=VARCHAR},
+      </if>
+      <if test="cargoWayNums != null" >
+        VCI_CARGO_WAY_NUMS = #{cargoWayNums,jdbcType=VARCHAR},
+      </if>
+      <if test="productNums != null" >
+        VCI_PRODUCT_NUMS = #{productNums,jdbcType=VARCHAR},
+      </if>
+      <if test="userId != null" >
+        VCI_USER_Id = #{userId,jdbcType=VARCHAR},
+      </if>
+      <if test="sallPrice != null" >
+        VCI_SALL_PRICE = #{sallPrice,jdbcType=VARCHAR},
+      </if>
+      <if test="gamePrice != null" >
+        VCI_GAME_PRICE = #{gamePrice,jdbcType=VARCHAR},
+      </if>
+      <if test="costPrice != null" >
+        VCI_COST_PRICE = #{costPrice,jdbcType=VARCHAR},
+      </if>
+      <if test="isPromotion != null" >
+        VCI_IS_PROMOTION = #{isPromotion,jdbcType=CHAR},
+      </if>
+      <if test="promotionPrice != null" >
+        VCI_PROMOTION_PRICE = #{promotionPrice,jdbcType=VARCHAR},
+      </if>
+      <if test="gameType != null" >
+        VCI_GAME_TYPE = #{gameType,jdbcType=VARCHAR},
+      </if>
+      <if test="isFragile != null" >
+        VCI_IS_FRAGILE = #{isFragile,jdbcType=CHAR},
+      </if>
+      <if test="remarks != null" >
+        VCI_REMARKS = #{remarks,jdbcType=VARCHAR},
+      </if>
+      <if test="createUser != null" >
+        VCI_CREATE_USER = #{createUser,jdbcType=VARCHAR},
+      </if>
+      <if test="createTime != null" >
+        VCI_CREATE_TIME = #{createTime,jdbcType=VARCHAR},
+      </if>
+      <if test="modifyUser != null" >
+        VCI_MODIFY_USER = #{modifyUser,jdbcType=VARCHAR},
+      </if>
+      <if test="modifyTime != null" >
+        VCI_MODIFY_TIME = #{modifyTime,jdbcType=VARCHAR},
+      </if>
+      <if test="exeitState != null" >
+        VCI_EXEIT_STATE = #{exeitState,jdbcType=CHAR},
+      </if>
+      <if test="luck != null" >
+        VCI_LUCK = #{luck,jdbcType=VARCHAR},
+      </if>
+    </set>
+    where VCI_ID = #{id,jdbcType=VARCHAR}
+  </update>
+  <update id="updateByPrimaryKey" parameterType="com.minpay.db.table.model.VmProEquRel" >
+    <!--
+      WARNING - @mbggenerated
+      This element is automatically generated by MyBatis Generator, do not modify.
+    -->
+    update vm_pro_equ_rel
+    set VCI_CHANNEL = #{channel,jdbcType=VARCHAR},
+      VCI_PRODUCT_ID = #{productId,jdbcType=VARCHAR},
+      VCI_EQUIPMENT_ID = #{equipmentId,jdbcType=VARCHAR},
+      VCI_AISLE = #{aisle,jdbcType=VARCHAR},
+      VCI_CARGO_WAY_ROW = #{cargoWayRow,jdbcType=VARCHAR},
+      VCI_CARGO_WAY_LINE = #{cargoWayLine,jdbcType=VARCHAR},
+      VCI_CARGO_WAY_NUMS = #{cargoWayNums,jdbcType=VARCHAR},
+      VCI_PRODUCT_NUMS = #{productNums,jdbcType=VARCHAR},
+      VCI_USER_Id = #{userId,jdbcType=VARCHAR},
+      VCI_SALL_PRICE = #{sallPrice,jdbcType=VARCHAR},
+      VCI_GAME_PRICE = #{gamePrice,jdbcType=VARCHAR},
+      VCI_COST_PRICE = #{costPrice,jdbcType=VARCHAR},
+      VCI_IS_PROMOTION = #{isPromotion,jdbcType=CHAR},
+      VCI_PROMOTION_PRICE = #{promotionPrice,jdbcType=VARCHAR},
+      VCI_GAME_TYPE = #{gameType,jdbcType=VARCHAR},
+      VCI_IS_FRAGILE = #{isFragile,jdbcType=CHAR},
+      VCI_REMARKS = #{remarks,jdbcType=VARCHAR},
+      VCI_CREATE_USER = #{createUser,jdbcType=VARCHAR},
+      VCI_CREATE_TIME = #{createTime,jdbcType=VARCHAR},
+      VCI_MODIFY_USER = #{modifyUser,jdbcType=VARCHAR},
+      VCI_MODIFY_TIME = #{modifyTime,jdbcType=VARCHAR},
+      VCI_EXEIT_STATE = #{exeitState,jdbcType=CHAR},
+      VCI_LUCK = #{luck,jdbcType=VARCHAR}
+    where VCI_ID = #{id,jdbcType=VARCHAR}
+  </update>
+</mapper>