添加多规格商品价格最大值

This commit is contained in:
牛叉闪闪
2024-09-01 13:36:28 +08:00
parent dc176f6e46
commit e823832cdb
2 changed files with 8 additions and 0 deletions

View File

@@ -219,6 +219,8 @@ public class TbProductVo {
private String skuSnap;
private BigDecimal maxPrice;
private TbPurchaseNotice notices=new TbPurchaseNotice();
private List<TbCouponCategoryDto> groupCategoryId = new ArrayList<>();
private List<TbPlatformDictDto> tags = new ArrayList<>();