2021与蓝度共同重构项目,服务端
liuhaonan
2021-11-29 c8305598b15e1511af3f043a491dfb08714b8c13
dao/src/main/resources/mapper/LampPostMapper.xml
@@ -6,13 +6,15 @@
    <resultMap id="BaseResultMap" type="com.sandu.ximon.dao.domain.LampPost">
        <id property="id" column="id" jdbcType="BIGINT"/>
        <result property="userId" column="user_id" jdbcType="BIGINT"/>
        <result property="lampId" column="lamp_id" jdbcType="BIGINT"/>
        <result property="name" column="name" jdbcType="VARCHAR"/>
        <result property="macCode" column="mac_code" jdbcType="VARCHAR"/>
        <result property="group" column="group" jdbcType="VARCHAR"/>
        <result property="state" column="state" jdbcType="VARCHAR"/>
        <result property="bound" column="bound" jdbcType="VARCHAR"/>
        <result property="belongs" column="belongs" jdbcType="VARCHAR"/>
        <result property="createTime" column="create_time" jdbcType="TIMESTAMP"/>
        <result property="updateTime" column="update_time" jdbcType="TIMESTAMP"/>
    </resultMap>
</mapper>