Update FlashPromotionProduct.java

This commit is contained in:
macro
2025-09-28 09:17:22 +08:00
parent 97f630e5b7
commit 2616ba4289

View File

@@ -16,7 +16,7 @@ import java.math.BigDecimal;
public class FlashPromotionProduct extends PmsProduct{
@ApiModelProperty("秒杀价格")
private BigDecimal flashPromotionPrice;
@ApiModelProperty("用于秒杀数量")
@ApiModelProperty("用于秒杀数量")
private Integer flashPromotionCount;
@ApiModelProperty("秒杀限购数量")
private Integer flashPromotionLimit;