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

weixin.popular.bean.card.Gift 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.43
Show newest version
package weixin.popular.bean.card;

/**
 * 兑换券
 * 
 * @author Moyq5
 *
 */
public class Gift extends AbstractInfo {

	/**
	 * 填写兑换内容的名称。
* 添加必填,不支持修改 */ private String gift; /** * 兑换内容的名称。 */ public String getGift() { return gift; } /** * 填写兑换内容的名称。
* 添加必填,不支持修改 */ public void setGift(String gift) { this.gift = gift; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy