2021与蓝度共同重构项目,服务端
liuhaonan
2022-05-11 7b43c04dd530bdd193e0cf02c4e19ba7c2ee2c11
dao/src/main/resources/mapper/InterphoneHostSubPoleMapper.xml
@@ -7,12 +7,12 @@
    <resultMap id="BaseResultMap" type="com.sandu.ximon.dao.domain.InterphoneHostSubPole">
            <result property="hostId" column="host_id" jdbcType="INTEGER"/>
            <result property="subId" column="sub_id" jdbcType="INTEGER"/>
            <result property="streetlightId" column="streetlight_id" jdbcType="INTEGER"/>
            <result property="updatetime" column="updatetime" jdbcType="TIMESTAMP"/>
            <result property="createTime" column="create_time" jdbcType="TIMESTAMP"/>
            <result property="updateTime" column="update_time" jdbcType="TIMESTAMP"/>
    </resultMap>
    <sql id="Base_Column_List">
        host_id,sub_id,streetlight_id,
        updatetime
        host_id,sub_id,create_time,
        update_time
    </sql>
</mapper>