dao/src/main/resources/mapper/LightMapper.xml
@@ -8,6 +8,7 @@ <id property="lightId" column="light_id" jdbcType="BIGINT"/> <result property="deviceCode" column="device_code" jdbcType="VARCHAR"/> <result property="remark" column="remark" jdbcType="VARCHAR"/> <result property="lighCount" column="light_count" jdbcType="INTEGER"/> <result property="lightPercent" column="light_percent" jdbcType="INTEGER"/> <result property="light2Percent" column="light2_percent" jdbcType="INTEGER"/> <result property="power1" column="power1" jdbcType="INTEGER"/>