This commit is contained in:
2026-03-17 09:18:05 +08:00
32 changed files with 811 additions and 83 deletions

View File

@@ -118,4 +118,9 @@
ORDER BY p.name
</select>
<select id="findAllPlatformComponents" resultMap="VPlatformMap">
SELECT *
FROM platform
</select>
</mapper>