2021与蓝度共同重构项目,服务端
liuhaonan
2022-06-01 9c26c4f3c8ed2187fdb472280fc1d9182c327884
dao/src/main/resources/mapper/LightEnergyDataMapper.xml
@@ -10,6 +10,7 @@
        <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="poleId" column="pole_id" jdbcType="BIGINT"/>
        <result property="userId" column="user_id" jdbcType="BIGINT"/>
        <result property="clientId" column="client_id" jdbcType="BIGINT"/>
    </resultMap>