select id, hnwe_id, hnwe_ip, door_status, create_time, update_time, create_by, update_by, del_flag from mj_hnwe_status
insert into mj_hnwe_status
id,hnwe_id,hnwe_ip,door_status,create_time,update_time,create_by,update_by,del_flag,#{id},#{hnweId},#{hnweIp},#{doorStatus},#{createTime},#{updateTime},#{createBy},#{updateBy},#{delFlag},
update mj_hnwe_status
hnwe_id = #{hnweId},hnwe_ip = #{hnweIp},door_status = #{doorStatus},create_time = #{createTime},update_time = #{updateTime},create_by = #{createBy},update_by = #{updateBy},del_flag = #{delFlag},
where id = #{id}
delete from mj_hnwe_status where id = #{id}
delete from mj_hnwe_status where id in
#{id}