返回是否可售卖

This commit is contained in:
张松
2025-04-16 13:36:13 +08:00
parent 7c10b29b2a
commit fdee14d77f
2 changed files with 47 additions and 0 deletions

View File

@@ -16,4 +16,5 @@ import java.util.List;
public class ProductVO extends Product {
private BigDecimal lowPrice;
private List<ProdSku> skuList;
private Integer isSaleTime;
}