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

top.hmtools.wxmp.message.customerService.model.sendMessage.Msgmenu Maven / Gradle / Ivy

The newest version!
package top.hmtools.wxmp.message.customerService.model.sendMessage;

import java.util.List;

/**
 * Auto-generated: 2019-08-25 18:7:42
 *
 * @author bejson.com ([email protected])
 * @website http://www.bejson.com/java2pojo/
 */
public class Msgmenu {

	private String head_content;
	private List list;
	private String tail_content;

	public void setHead_content(String head_content) {
		this.head_content = head_content;
	}

	public String getHead_content() {
		return head_content;
	}

	public void setList(List list) {
		this.list = list;
	}

	public List getList() {
		return list;
	}

	public void setTail_content(String tail_content) {
		this.tail_content = tail_content;
	}

	public String getTail_content() {
		return tail_content;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy