这个是litemallrequotemapper.xml自动生成后 可以getid 修改的代码:
  <insert id="insertSelective" parameterType="org.linlinjava.litemall.db.domain.LitemallRequote" useGeneratedKeys="true" keyProperty="id">

  </insert>
  <insert id="insertSelective" parameterType="org.linlinjava.litemall.db.domain.LitemallRequote" useGeneratedKeys="true" keyProperty="id">
    <!--
      WARNING - @mbg.generated
      This element is automatically generated by MyBatis Generator, do not modify.
    -->
    <selectKey keyProperty="id" order="AFTER" resultType="java.lang.Integer">
      SELECT LAST_INSERT_ID()
    </selectKey>
    -->
echo "# bidding" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/luhongbin/bidding.git
git push -u origin main

…or push an existing repository from the command line
git remote add origin https://github.com/luhongbin/bidding.git
git branch -M main
git push -u origin main