ConfigWarningMapper.xml 1.5 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.configWarning.mapper.ConfigWarningMapper">
  <resultMap id="BaseResultMap" type="com.huaheng.pc.config.configWarning.domain.ConfigWarning">
    <!--@mbg.generated-->
    <!--@Table config_warning-->
    <id column="id" jdbcType="INTEGER" property="id" />
    <id column="code" jdbcType="VARCHAR" property="code" />
    <result column="type" jdbcType="VARCHAR" property="type" />
    <result column="warehouseCode" jdbcType="VARCHAR" property="warehouseCode" />
    <result column="companyCode" jdbcType="VARCHAR" property="companyCode" />
    <result column="materialCode" jdbcType="VARCHAR" property="materialCode" />
    <result column="max" jdbcType="DECIMAL" property="max" />
    <result column="min" jdbcType="DECIMAL" property="min" />
    <result column="remark" jdbcType="VARCHAR" property="remark" />
    <result column="created" jdbcType="TIMESTAMP" property="created" />
    <result column="createdBy" jdbcType="VARCHAR" property="createdBy" />
    <result column="lastUpdated" jdbcType="TIMESTAMP" property="lastUpdated" />
    <result column="lastUpdatedBy" jdbcType="VARCHAR" property="lastUpdatedBy" />
  </resultMap>
  <sql id="Base_Column_List">
    <!--@mbg.generated-->
    id, code, `type`, warehouseCode, companyCode, materialCode, `max`, `min`, remark, 
    created, createdBy, lastUpdated, lastUpdatedBy
  </sql>
</mapper>