feat:商品修改

master
meng 2024-11-18 00:04:53 +08:00
parent b175af47bd
commit a6235a7e35
2 changed files with 3 additions and 2 deletions

View File

@ -35,5 +35,7 @@ public class CategoryCommonElementResp extends BaseEntity {
*/ */
private List<TemplateAttributeModel> attributeList; private List<TemplateAttributeModel> attributeList;
/**
*
*/
} }

View File

@ -156,6 +156,5 @@ public class AttributeGroupServiceImpl extends ServiceImpl<AttributeGroupMapper,
longs.stream().map(aLong -> AsAttributeGroup.categoryBuild(id,aLong)).toList() longs.stream().map(aLong -> AsAttributeGroup.categoryBuild(id,aLong)).toList()
); );
} }
} }
} }