| | |
| | | <id property="id" column="id" jdbcType="BIGINT"/> |
| | | <result property="macAddress" column="mac_address" jdbcType="VARCHAR"/> |
| | | <result property="belongTo" column="belong_to" jdbcType="VARCHAR"/> |
| | | <result property="equipmentState" column="equipment_state" jdbcType="VARCHAR"/> |
| | | <result property="bindingState" column="binding_state" jdbcType="VARCHAR"/> |
| | | <result property="equipmentState" column="equipment_state" jdbcType="INTEGER"/> |
| | | <result property="bindingState" column="binding_state" jdbcType="INTEGER"/> |
| | | <result property="task" column="task" jdbcType="VARCHAR"/> |
| | | <result property="createTime" column="create_time" jdbcType="TIMESTAMP"/> |
| | | </resultMap> |