feat(product): 添加产品图片字段- 在 GearProductMapper.xml 文件中添加了 product 表的 image 字
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user