<!-- useGeneratedKeys="true"把新增加的主键赋值到自己定义的keyProperty(id)中 -->
<insert id="insert" useGeneratedKeys="true" keyProperty="id" parameterType="">