feat(product): 添加产品图片字段- 在 GearProductMapper.xml 文件中添加了 product 表的 image 字

This commit is contained in:
2025-09-17 14:13:47 +08:00
parent 7915dca668
commit 7c02456d56

View File

@@ -35,6 +35,7 @@
p.bom_id AS bomId,
p.type AS type,
p.accessory AS accessory,
p.image AS image,
p.is_enabled AS isEnabled,
p.del_flag AS delFlag,
p.create_time AS createTime,