WcsscanbarcodeMapper.xml 1.15 KB
<?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.huaheng.pc.config.wcsscanbarcode.mapper.WcsscanbarcodeMapper">
  <resultMap id="BaseResultMap" type="com.huaheng.pc.config.wcsscanbarcode.domain.Wcsscanbarcode">
    <!--@mbg.generated-->
    <!--@Table wcsscanbarcode-->
    <id column="id" jdbcType="INTEGER" property="id" />
    <result column="barcode" jdbcType="VARCHAR" property="barcode" />
    <result column="flag" jdbcType="INTEGER" property="flag" />
    <result column="area" jdbcType="INTEGER" property="area" />
    <result column="Created" jdbcType="TIMESTAMP" property="created" />
    <result column="CreatedBy" jdbcType="VARCHAR" property="createdby" />
    <result column="Updated" jdbcType="TIMESTAMP" property="updated" />
    <result column="UpdatedBy" jdbcType="VARCHAR" property="updatedby" />
    <result column="content" jdbcType="VARCHAR" property="content" />
  </resultMap>
  <sql id="Base_Column_List">
    <!--@mbg.generated-->
    id, barcode, flag, area, Created, CreatedBy, Updated, UpdatedBy, content
  </sql>
</mapper>