|
|
|
@@ -21,6 +21,11 @@ public class WxCouponSendVo extends WxCouponSend implements Serializable{ |
|
|
|
/*剩余库存**/ |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="剩余库存",name="remainInventory") |
|
|
|
private Integer remainInventory; |
|
|
|
|
|
|
|
/**限领张数**/ |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="限领张数",name="useLimitQuantity") |
|
|
|
private Integer useLimitQuantity; |
|
|
|
|
|
|
|
/*总库存**/ |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="总库存",name="inventory") |
|
|
|
private Integer inventory; |
|
|
|
@@ -67,4 +72,12 @@ public class WxCouponSendVo extends WxCouponSend implements Serializable{ |
|
|
|
public void setMerchantName(String merchantName) { |
|
|
|
this.merchantName = merchantName; |
|
|
|
} |
|
|
|
|
|
|
|
public Integer getUseLimitQuantity() { |
|
|
|
return useLimitQuantity; |
|
|
|
} |
|
|
|
|
|
|
|
public void setUseLimitQuantity(Integer useLimitQuantity) { |
|
|
|
this.useLimitQuantity = useLimitQuantity; |
|
|
|
} |
|
|
|
} |