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

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

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