huk 9a6f0e14d7 feat(goods): 添加商品信息列表查询功能并优化相关逻辑
- 在 ProductBo 中添加 id 字段用于查询
- 实现 ProductBusinessImpl 中的 page 方法用于分页查询
- 更新 ProductService 接口,将 IPage 改为 Page 类型
- 修改 ProductServiceImpl 中的 getList 方法,适应新的 Page 类型
- 优化 SysTenantMapper.xml 中的 SQL 查询条件
2025-09-13 17:27:12 +08:00
..