mcp 信息 增删改查 完成

This commit is contained in:
酒亦
2025-08-10 20:50:04 +08:00
parent 210a9d9b14
commit 9891259452
9 changed files with 522 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="org.ruoyi.mapper.McpInfoMapper">
</mapper>