mybatis--新增ID回显&条件查询&XML映射文件方式

This commit is contained in:
2025-11-08 12:04:11 +08:00
parent 60c078e226
commit 0a1612fb6e
5 changed files with 96 additions and 4 deletions

View File

@@ -58,6 +58,9 @@
<source>11</source>
<target>11</target>
<encoding>UTF-8</encoding>
<compilerArgs>
<arg>-parameters</arg>
</compilerArgs>
</configuration>
</plugin>
<plugin>