| | |
| | | <resultMap id="BaseResultMap" type="com.sandu.ximon.dao.domain.LightReportError"> |
| | | <id property="lightReportErrorId" column="light_report_error_id" jdbcType="BIGINT"/> |
| | | <result property="deviceCode" column="device_code" jdbcType="VARCHAR"/> |
| | | <result property="lightAddress" column="light_address" jdbcType="VARCHAR"/> |
| | | <result property="errorCode" column="error_code" jdbcType="INTEGER"/> |
| | | <result property="createTime" column="create_time" jdbcType="TIMESTAMP"/> |
| | | <result property="updateTime" column="update_time" jdbcType="TIMESTAMP"/> |