| | |
| | | <resultMap id="BaseResultMap" type="com.sandu.ximon.dao.domain.LightEnergyData"> |
| | | <id property="id" column="id" jdbcType="BIGINT"/> |
| | | <result property="taskId" column="task_id" jdbcType="BIGINT"/> |
| | | <result property="ytdTime" column="ytd_time" jdbcType="TIMESTAMP"/> |
| | | <result property="ytdTime" column="ytd_time" jdbcType="VARCHAR"/> |
| | | <result property="energy" column="energy" jdbcType="DOUBLE"/> |
| | | <result property="energySaving" column="energy_saving" jdbcType="DOUBLE"/> |
| | | <result property="userId" column="user_id" jdbcType="BIGINT"/> |