记得上下班打卡 | git大法好,push需谨慎

Commit 66dc9e26 authored by jiangxiulong's avatar jiangxiulong

增加是否无限库存标识

parent 2aaea844
......@@ -53,6 +53,9 @@ public class SweetIntegralActivityPrizeVo implements Serializable, Cloneable {
@ApiModelProperty(value = "奖品数量")
private Integer prizeNum;
@ApiModelProperty(value = "是否是无限库存 1有限库存 2无限")
private Integer isInfinite;
@ApiModelProperty(value = "中奖概率")
private BigDecimal winningProbability;
......
Markdown is supported
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