insert into vocabulary_bank
id,
word,
`definition`,
pronunciation,
unit_id,
pos,
#{id,jdbcType=INTEGER},
#{word,jdbcType=VARCHAR},
#{definition,jdbcType=VARCHAR},
#{pronunciation,jdbcType=VARCHAR},
#{unitId,jdbcType=INTEGER},
#{pos,jdbcType=VARCHAR},