| | |
| | | <result property="serialNumber" column="serial_number" jdbcType="VARCHAR"/> |
| | | <result property="belongTo" column="belong_to" jdbcType="VARCHAR"/> |
| | | <result property="address" column="address" jdbcType="VARCHAR"/> |
| | | <result property="equipmentState" column="equipment_state" jdbcType="VARCHAR"/> |
| | | <result property="workState" column="work_state" jdbcType="VARCHAR"/> |
| | | <result property="bindingState" column="binding_state" jdbcType="VARCHAR"/> |
| | | <result property="equipmentState" column="equipment_state" jdbcType="INTEGER"/> |
| | | <result property="workState" column="work_state" jdbcType="INTEGER"/> |
| | | <result property="bindingState" column="binding_state" jdbcType="INTEGER"/> |
| | | <result property="note" column="note" jdbcType="VARCHAR"/> |
| | | <result property="createTime" column="create_time" jdbcType="TIMESTAMP"/> |
| | | </resultMap> |