select id, number, name, parent_id, sequence, label, remark, create_by, create_time, update_by, update_time from tb_location
insert into tb_location
number,name,parent_id,sequence,label,remark,create_by,create_time,update_by,update_time,#{number},#{name},#{parentId},#{sequence},#{label},#{remark},#{createBy},#{createTime},#{updateBy},#{updateTime},
update tb_location
number = #{number},name = #{name},parent_id = #{parentId},sequence = #{sequence},label = #{label},remark = #{remark},create_by = #{createBy},create_time = #{createTime},update_by = #{updateBy},update_time = #{updateTime},
where id = #{id}
delete from tb_location where id = #{id}
delete from tb_location where id in
#{id}