<insert id="add" useGeneratedKeys="true" keyProperty="id"> INSERT INTO tb_brand(brand_name, company_name, ordered, description, status) VALUES (#{brandName}, #{companyName}, #{ordered}, #{description}, #{status}) </insert>
关于mapper.xml的insert
最新推荐文章于 2024-03-17 19:56:28 发布