| | |
| | | <mapper namespace="org.sxkj.fw.detection.mapper.FwEffectEvalMapper"> |
| | | |
| | | <!-- 通用查询映射结果 --> |
| | | <resultMap id="fwEffectEvalResultMap" type="org.sxkj.fw.detection.entity.FwEffectEvalEntity"> |
| | | <resultMap id="fwEffectEvalResultMap" type="org.sxkj.fw.detection.vo.FwEffectEvalVO"> |
| | | <result column="id" property="id"/> |
| | | <result column="alarm_record_id" property="alarmRecordId"/> |
| | | <result column="device_id" property="deviceId"/> |
| | |
| | | <result column="update_user" property="updateUser"/> |
| | | <result column="update_time" property="updateTime"/> |
| | | <result column="status" property="status"/> |
| | | <result column="is_deleted" property="isDeleted"/> |
| | | </resultMap> |
| | | |
| | | |