select id, name, type_id, remark from sys_physical_signs
insert into sys_physical_signs
name,type_id,remark,#{name},#{typeId},#{remark},
update sys_physical_signs
name = #{name},type_id = #{typeId},remark = #{remark},
where id = #{id}
delete from sys_physical_signs where id = #{id}
delete from sys_physical_signs where id in
#{id}