CycleCountDetailChildMapper.xml 2.24 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.inventory.cycle.mapper.CycleCountDetailChildMapper">
  <resultMap id="BaseResultMap" type="com.huaheng.inventory.cycle.domain.CycleCountDetailChild">
    <!--@mbg.generated-->
    <!--@Table cycle_count_detail_child-->
    <id column="id" jdbcType="INTEGER" property="id" />
    <result column="cycleCountHeadCode" jdbcType="VARCHAR" property="cycleCountHeadCode" />
    <result column="cycleCountDetailId" jdbcType="INTEGER" property="cycleCountDetailId" />
    <result column="childStatus" jdbcType="INTEGER" property="childStatus" />
    <result column="locationCode" jdbcType="VARCHAR" property="locationCode" />
    <result column="containerCode" jdbcType="VARCHAR" property="containerCode" />
    <result column="materialCode" jdbcType="VARCHAR" property="materialCode" />
    <result column="materialName" jdbcType="VARCHAR" property="materialName" />
    <result column="materialSpec" jdbcType="VARCHAR" property="materialSpec" />
    <result column="materialUnit" jdbcType="VARCHAR" property="materialUnit" />
    <result column="systemQty" jdbcType="DECIMAL" property="systemQty" />
    <result column="countedQty" jdbcType="DECIMAL" property="countedQty" />
    <result column="gapQty" jdbcType="DECIMAL" property="gapQty" />
    <result column="created" jdbcType="TIMESTAMP" property="created" />
    <result column="createdBy" jdbcType="VARCHAR" property="createdBy" />
    <result column="countedBy" jdbcType="VARCHAR" property="countedBy" />
    <result column="inventoryDetaiId" jdbcType="INTEGER" property="inventoryDetaiId" />
    <result column="userDef1" jdbcType="VARCHAR" property="userDef1" />
    <result column="userDef2" jdbcType="VARCHAR" property="userDef2" />
    <result column="userDef3" jdbcType="VARCHAR" property="userDef3" />
  </resultMap>
  <sql id="Base_Column_List">
    <!--@mbg.generated-->
    id, cycleCountHeadCode, cycleCountDetailId, childStatus, locationCode, containerCode, 
    materialCode, materialName, materialSpec, materialUnit, systemQty, countedQty, gapQty, 
    created, createdBy, countedBy, inventoryDetaiId, userDef1, userDef2, userDef3
  </sql>
</mapper>