| | |
| | | <result property="totalLightSec" column="total_light_sec" jdbcType="BIGINT"/> |
| | | <result property="recentlyUsingPower" column="recently_using_power" jdbcType="DOUBLE"/> |
| | | <result property="totalUsingPower" column="total_using_power" jdbcType="DOUBLE"/> |
| | | <result property="createTime" column="create_time" jdbcType="TIMESTAMP"/> |
| | | <result property="updateTime" column="update_time" jdbcType="TIMESTAMP"/> |
| | | <result property="createTime1" column="create_time" jdbcType="TIMESTAMP"/> |
| | | <result property="updateTime1" column="update_time" jdbcType="TIMESTAMP"/> |
| | | </resultMap> |
| | | |
| | | <resultMap id="listReportData" type="com.sandu.ximon.dao.bo.LightReportDataBo" extends="BaseResultMap"> |