Commit 2616ba42 authored by macro's avatar macro
Browse files

Update FlashPromotionProduct.java

parent 97f630e5
......@@ -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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment