提交 f70826e3 编写于 作者: M macro

Update FlashPromotionProduct.java

上级 8384750b
......@@ -13,7 +13,10 @@ import java.math.BigDecimal;
@Getter
@Setter
public class FlashPromotionProduct extends PmsProduct{
//秒杀价格
private BigDecimal flashPromotionPrice;
//用于秒杀到数量
private Integer flashPromotionCount;
//秒杀限购数量
private Integer flashPromotionLimit;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册