All Downloads are FREE. Search and download functionalities are using the official Maven repository.

weixin.popular.bean.card.BaseInfoSku Maven / Gradle / Ivy

Go to download

The weixin-popular is a JAVA SDK for weixin. Weixin web url is https://mp.weixin.qq.com.

There is a newer version: 2.8.32
Show newest version
package weixin.popular.bean.card;

/**
 * 商品信息
 * 
 * @author Moyq5
 *
 */
public class BaseInfoSku {

	/**
	 * 卡券库存的数量,上限为100000000。
* 添加必填 */ private Integer quantity; /** * 卡券库存的数量,上限为100000000。 */ public Integer getQuantity() { return quantity; } /** * 卡券库存的数量,上限为100000000。
* 添加必填 */ public void setQuantity(Integer quantity) { this.quantity = quantity; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy