吴健
2024-11-19 a7cef0a252f9aeebf383e5bc5b208969e57288ff
billion-main/src/main/resources/mapper/DaTightenCollectionMapper.xml
@@ -2,9 +2,9 @@
<!DOCTYPE mapper
        PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
        "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="mapper.DaTightenCollectionMapper">
<mapper namespace="com.billion.main.mapper.DaTightenCollectionMapper">
    <resultMap id="BaseResultMap" type="domain.DaTightenCollection">
    <resultMap id="BaseResultMap" type="com.billion.main.domain.DaTightenCollection">
            <id property="id" column="id" jdbcType="BIGINT"/>
            <result property="sfcCode" column="sfc_code" jdbcType="VARCHAR"/>
            <result property="locationCode" column="location_code" jdbcType="VARCHAR"/>