产品模块3

This commit is contained in:
xuelijun
2025-07-28 18:11:54 +08:00
parent d36f914aa3
commit 203749552d
5 changed files with 15 additions and 7 deletions

View File

@@ -8,7 +8,7 @@
代码生成器暂时只生成 Mapper XML 文件本身,更多推荐 MybatisX 快速开发插件来生成查询。
文档可见https://www.iocoder.cn/MyBatis/x-plugins/
-->
<select id="getProdPageList" resultType="java.util.List">
<select id="getProdPageList" resultType="com.tashow.cloud.product.dto.ProdDO" >
select * from tz_prod
</select>
</mapper>