From b351d83856603abbca985508000828b71712894d Mon Sep 17 00:00:00 2001
From: liuhaonan <konodioda2333@vip.qq.com>
Date: 星期五, 10 十二月 2021 15:58:44 +0800
Subject: [PATCH] 功能完善
---
dao/src/main/resources/mapper/LampPostMapper.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dao/src/main/resources/mapper/LampPostMapper.xml b/dao/src/main/resources/mapper/LampPostMapper.xml
index c133b6a..57dca06 100644
--- a/dao/src/main/resources/mapper/LampPostMapper.xml
+++ b/dao/src/main/resources/mapper/LampPostMapper.xml
@@ -12,6 +12,7 @@
<result property="belongsClient" column="belongs_client" jdbcType="VARCHAR"/>
<result property="clientId" column="client_id" jdbcType="BIGINT"/>
<result property="macCode" column="mac_code" jdbcType="VARCHAR"/>
+ <result property="onLineState" column="on_line_state" jdbcType="VARCHAR"/>
<result property="address" column="address" jdbcType="VARCHAR"/>
<result property="lampGroup" column="lamp_group" jdbcType="VARCHAR"/>
<result property="state" column="state" jdbcType="INTEGER"/>
--
Gitblit v1.9.3