pad 会员价

This commit is contained in:
2025-11-13 09:44:13 +08:00
parent 7110e9349a
commit 440eb96980
3 changed files with 11 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ import java.util.List;
@Data
public class ProductVO extends Product {
private BigDecimal lowPrice;
private BigDecimal lowMemberPrice;
private List<ProdSku> skuList;
private Integer isSaleTime;
}