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

com.tmsps.ne4weixin.bean.message.custom.vo.WxCard Maven / Gradle / Ivy

There is a newer version: 3.2.2.3
Show newest version
package com.tmsps.ne4weixin.bean.message.custom.vo;

/**
 * @Title: WxCard.java
 * @Package: com.tmsps.ne4weixin.bean.custom.vo
 * @Description: 卡券
 * @author: hanjiefei
 * @date: 2019-10-18
 * @version V1.0
 * @Copyright: 2019 
 */
public class WxCard {

	/**
	 * 卡券ID。一个卡券ID对应一类卡券,包含了相应库存数量的Code码
	 */
	private String card_id;

	public WxCard(String card_id) {
		super();
		this.card_id = card_id;
	}

	public String getCard_id() {
		return card_id;
	}

	public void setCard_id(String card_id) {
		this.card_id = card_id;
	}
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy