产品模块3
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user