<!-- MySQL自动生成主键-->
<insert >
INSERT INTO t_car(id,name) VALUES (#{id},#{name})
</insert>

相关文章: