id, device_name, device_type, manufacturer_type, hardware_num, ip_address, port, uniform_power, session_index, channels, switch, device_status, subject_id, dept_id, dept_name, user_id, create_by, create_time, update_by, update_time, remark insert into hardware_rfid (device_name, device_type, manufacturer_type, hardware_num, ip_address, port, uniform_power, session_index, channels, switch, device_status, subject_id, dept_id, dept_name, user_id, create_by, create_time, update_by, update_time, remark) values (#{item.deviceName,jdbcType=VARCHAR}, #{item.deviceType,jdbcType=SMALLINT}, #{item.manufacturerType,jdbcType=TINYINT}, #{item.hardwareNum,jdbcType=VARCHAR}, #{item.ipAddress,jdbcType=VARCHAR}, #{item.port,jdbcType=INTEGER}, #{item.uniformPower,jdbcType=VARCHAR}, #{item.sessionIndex,jdbcType=BOOLEAN}, #{item.channels,jdbcType=TINYINT}, #{item.onOff,jdbcType=SMALLINT}, #{item.deviceStatus,jdbcType=SMALLINT}, #{item.subjectId,jdbcType=BIGINT}, #{item.deptId,jdbcType=CHAR}, #{item.deptName,jdbcType=VARCHAR}, #{item.userId,jdbcType=BIGINT}, #{item.createBy,jdbcType=VARCHAR}, #{item.createTime,jdbcType=TIMESTAMP}, #{item.updateBy,jdbcType=VARCHAR}, #{item.updateTime,jdbcType=TIMESTAMP}, #{item.remark,jdbcType=VARCHAR})