| | |
| | | <!DOCTYPE mapper |
| | | PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
| | | "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
| | | <mapper namespace="mapper.DaMaterialCollectionMapper"> |
| | | <mapper namespace="com.billion.main.mapper.DaMaterialCollectionMapper"> |
| | | |
| | | <resultMap id="BaseResultMap" type="domain.DaMaterialCollection"> |
| | | <resultMap id="BaseResultMap" type="com.billion.main.domain.DaMaterialCollection"> |
| | | <id property="id" column="id" jdbcType="BIGINT"/> |
| | | <result property="sfcCode" column="sfc_code" jdbcType="VARCHAR"/> |
| | | <result property="locationCode" column="location_code" jdbcType="VARCHAR"/> |
| | |
| | | param_code,param_name,param_value, |
| | | collect_time |
| | | </sql> |
| | | |
| | | |
| | | |
| | | </mapper> |