Update FlashPromotionProduct.java
This commit is contained in:
parent
8384750b4e
commit
f70826e3fe
@ -13,7 +13,10 @@ import java.math.BigDecimal;
|
|||||||
@Getter
|
@Getter
|
||||||
@Setter
|
@Setter
|
||||||
public class FlashPromotionProduct extends PmsProduct{
|
public class FlashPromotionProduct extends PmsProduct{
|
||||||
|
//秒杀价格
|
||||||
private BigDecimal flashPromotionPrice;
|
private BigDecimal flashPromotionPrice;
|
||||||
|
//用于秒杀到数量
|
||||||
private Integer flashPromotionCount;
|
private Integer flashPromotionCount;
|
||||||
|
//秒杀限购数量
|
||||||
private Integer flashPromotionLimit;
|
private Integer flashPromotionLimit;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user